function showpic(url, height, width) {
 window.open(url, "", 'left=0,top=0,toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=' + width + ',height=' + height);
}
function popup1(url,name,params)
{
	window.open(url,name,params);
}
function popup(url,width,height) 
{ 
window.open(url, "Agro 100","width="+width+",height="+height+",scrollbars=yes,resizable=no,menubar=0,toolbar=0,status=0");
}
