<!--
function popup(id){
	newWindow = window.open("pop_up.php?prod="+id,"newWindow","width=650,height=600,scrollbars=yes,left=50,top=50");
	newWindow.focus();
}
// -->

<!--
function popup2(id){
	newWindow = window.open("pop_up2.php?prod="+id,"newWindow","width=650,height=600,scrollbars=yes,left=50,top=50");
	newWindow.focus();
}
// -->

<!--
function popup3(id){
	newWindow = window.open("pop_up3.php?prod="+id,"newWindow","width=650,height=600,scrollbars=yes,left=50,top=50");
	newWindow.focus();
}
// -->

<!--
function popup4(id){
	newWindow = window.open("pop_up4.php?prod="+id,"newWindow","width=650,height=600,scrollbars=yes,left=50,top=50");
	newWindow.focus();
}
// -->
