var googlewin;
function show_window(url,caption)
{
googlewin=dhtmlwindow.open("googlebox", "iframe", url, caption, "width=260px,height=220px,resize=1,scrolling=1,center=1", "recal","admin")

}
function close_me()
{ // alert("inner");
	dhtmlwindow.close(googlewin);
}
 
 var googlewin;
/*function show_me(url)
{  
	googlewin=dhtmlwindow.open("googlebox", "iframe", url, "Error", "width=260px,height=220px,resize=1,scrolling=0,center=1", "recal");
}
*/ 

function show_affiliate_me(url)
{   
	googlewin=dhtmlwindow.open("googlebox", "iframe", url, "Login Error", "width=270px,height=5px,resize=1,scrolling=1,center=1", "recal","aff");
}

 function show_me(url)
{    
	googlewin=dhtmlwindow.open("googlebox", "iframe", url, "Login Error", "width=270px,height=5px,resize=1,scrolling=1,center=1", "recal");
}
