function openWin(url)
{
	window.open (url,"mywindow","location=1,status=1,scrollbars=1,width=100,height=100");
}
