// JavaScript Document
function openWindow(url){
	//window.showModalDialog(url,"blah","dialogWidth:800px;dialogHeight:625px;");
	window.open(url,"preview","width=800,height=625,menubar=0,addressbar=0,resizable=0,scrollbars=0,status=0")
}