// JavaScript Document
//this will set the browser window options
//stripping the buttons and only leaving 
//close for an option.
function setWindow(URL){
	var top=open
	(URL,"Details","width=960,height=762,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0");
	top.focus();
}