function openwin(code1,code2,code3) // Ä«µå, ÇÚµåÆù
{

	//var url="pay.php?title="+code1+"&down="+code2+"&price="+code3;
	var url="Payment/pay.php?title="+code1+"&down="+code2+"&price="+code3;
	var mywin=window.open(url,'show','toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,width=560,height=410,left=10,top=20');
	self.aNoteWin=mywin  
}

function openwin1(code1,code2,code3) // Ä«µå, ¹«ÅëÀå
{

	var url="Payment/pay1.php?title="+code1+"&down="+code2+"&price="+code3;
	var mywin=window.open(url,'show','toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,width=560,height=600,left=10,top=30');
	self.aNoteWin=mywin  
}


function openwin3(code1,code2,code3) // Ä«µå, ÇÚµåÆù
{

	//var url="./Payment/pay.php?title="+code1+"&down="+code2+"&price="+code3;
	var url="../Jisik/Payment/pay3.php?title="+code1+"&down="+code2+"&price="+code3;
	var mywin=window.open(url,'show','toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,width=560,height=410,left=10,top=20');
	self.aNoteWin=mywin  
}

function openwin4(code1,code2,code3) // Ä«µå, ¹«ÅëÀå
{

	var url="../Jisik/Payment/pay4.php?title="+code1+"&down="+code2+"&price="+code3;
	var mywin=window.open(url,'show','toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,width=560,height=600,left=10,top=30');
	self.aNoteWin=mywin  
}
