
function openpopup(url,name) {
	wdw = window.open(url, name, 'scrollbars=yes,menubar=no,height=675px,width=900px,resizable=no,toolbar=no,location=no,status=yes');
	wdw.focus();
}