function openImageWindow(url) {
	var w=window.open("imagewindow.asp?" + url, "imagewindow",  "resizable=1,height=500,width=500");
	return false;
}