// JavaScript Document - popIt.js - Jan.02.2008 - Wayne J. Froese for Valdor Technology International Inc.
<!--
function popEnlarge(choice){
	$chc = choice;
/*	$size = size;
	var $size_array = new Array;
	$size_array[0] = "1187";
	$size_array[1] = "250";
	$size_array[2] = "700";
	$theSize = $size_array[$size]; */
	
	lpos = (screen.width) ? (screen.width-1000)/2 : 10;

//	alert("Choice: " +$chc);  
	var oWin = window.open('fiber-optic-products.php?product=' +$chc,'',config='width=1000,height=600,left=' +lpos+ ',top=20,toolbar=no,scrollbars=no,resizable=no'); 
	if (oWin==null || typeof(oWin)=="undefined"){
	alert("Please disable your POPUP Blocker Software, and then re-select the LINK button.");
	} 
  return true; 
}
-->
