function popup(url,w,h){
	window.open(url,"LargeImage","width="+w+",height="+h+",resizable=no,scrollbars=0,status=no,titlebar=0,toolbar=0");
}
