// JavaScript Document
function openWindow(url)
	{
	 window.open(url,'','scrollbars=no,menubar=no,height=526,width=800,resizable=no,toolbar=no,location=no,status=no');
}