function win_open(theURL,windName,features)
{
	window.open(theURL,windName,features);
}

//µ¿¿µ»ó
function OpenWin(theURL,windName,features)
{
	window.open(theURL,windName,features);
}
