function apri(url, w, h) 
{
	var windowprops = "width=700,resizable=yes,top=20,left=20";
	popup = window.open(url,'remote',windowprops);
}
