


// popup_index
function popUp(num, width, height)
{
	var WinWidth= width;
	var WinHeight= height;
	var WindowName='popWin';
	var Link='pop'+num+'.php';
	window.open(Link,WindowName,'toolbar=0,width='+WinWidth+',height='+WinHeight+',location=0,directories=0,status=1,menubar=0,scrollbars=0,resizable=0,copyhistory=0');

}



// popup
<!--
function winOpenJpg(num, width, height, text) 
{
var WinWidth= width;
	var WinHeight= height;
	var WindowName='popWin';
	var Link='../popup/pop.php?num='+num+'&text='+text;
	mywindow = window.open(Link,WindowName,'toolbar=0,width='+WinWidth+',height='+WinHeight+',location=0,directories=0,status=1,menubar=0,scrollbars=0,resizable=0,copyhistory=0');
	mywindow.focus();

}





//-->