function luke_popup( src, title, srcwidth, srcheight){
	try{
	    xx.close();
	}
	catch(e){
	}
	xx = window.open(src, title,"width=" + srcwidth + ",height=" + srcheight + ",left=0,top=0");
	xx.moveTo(100,100);
	xx.focus();
}