// JavaScript Document
function dyopen(url){
	window.showModalDialog(url,'website', 'dialogWidth=406px; dialogHeight=646px; center=yes; help=no; status=no');
}
