

function openWin(url)
{
	window.open(url, 'popup', 'left=20,top=20,width=600,height=350,toolbar=0,resizable=0,scrollbars=1');
}

