function OpenPic(url) 
{		
	var name = "PIC";
	var features = "width=800,height=600,top=50,left=150";
	window.open("imagePopup.aspx?imageurl="+url,name,features);
}
function wopen(url) 
{				
var features = "width=500,height=600,top=50,left=150,scrollbars=yes";
var w = window.open(url,name,features);
}


	
	
