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