function popup(strUrl, width, height){
	mywindow = window.open (strUrl,"mywindow","scrollbars=1,width="+width+",height="+height);
	mywindow.moveTo(50,50);
}