function popUp(url, w, h) {
		var windowprops = "width=" + w + ",height=" + h + "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,top=0,left=0";
		imgwin = window.open(url,'remote',windowprops);
}
