function winopen(url,wid,hei,t,l,scrolll) // For opening popup window
{
				window.open (url,"window","width="+ wid +",height="+ hei +",top="+ 0 +",left="+ l +",scrollbars="+ scrolll +"");

}