
function openpopup(url,the_name) {
	wdw = window.open(url, the_name, 'scrollbars=yes,menubar=no,height=600px,width=660px,resizable=no,toolbar=no,location=no,status=yes');
/*	wdw.parent = window;*/
	wdw.focus(); 
}


function openwidepopup(url,the_name) {
	wdw = window.open(url, the_name, 'scrollbars=yes,menubar=no,height=610px,width=920px,resizable=no,toolbar=no,location=no,status=yes');
/*	wdw.parent = window;*/
	wdw.focus(); 
}
