/*
WR123 - Master Script File: public version

	this is the skiddoo-too layout master script file: public version
	NOTE: this script should be referenced as "master_t1p.js"
	t1 ( template 1 )

Created: 05 Dec 2005 By John Hembling. 

Copyright  2005,2006 AustereSoft. All rights reserved. 




*/



function addExtras(ref){
var ref=ref;
submenu_p(ref);
return true;

}






	var a='<!--[if IE]>';
	var b='<![endif]-->';
	


	var e='<scr' + 'ipt  type="text\/javascr'+'ipt" src="';
	var f='"><\/scr' + 'ipt>';
	
	// do the javascripts 
	
	var t='';

	//skidoo-too utils
	//t+= e+'utilities.js'+f;
	
	// the admin-side javascripts
	t+= e+'\/js\/util.js'+f;
	
	
	
	


	// do the stylesheets
	
//	t+='<link rel="stylesheet" href="css\/v4.css" type="text\/css" media="screen">';
	t+='<link rel="stylesheet" href="\/js\/t1/\layout.css" type="text\/css" media="screen">';
	t+='<link rel="stylesheet" href="\/js\/t1/\color.css" type="text\/css" media="screen">';
//	t+='<link rel="stylesheet" href="css\/print.css" type="text\/css" media="print">';
	
	// do IE only stuff
	

	
	
	document.write(t);
	
	
	//if ( ( typeof( NN_reloadPage ) ).toLowerCase() != 'undefined' ) { NN_reloadPage( true ); }
	//if ( ( typeof( opacity_init  ) ).toLowerCase() != 'undefined' ) { opacity_init(); }
	//if ( ( typeof( set_min_width ) ).toLowerCase() != 'undefined' ) { set_min_width( 'pageWrapper' , 500 ); }
	
	
	
	// migrated from inline
		
	




function openBrWindow(theURL,winName,features) 
{  
	window.open(theURL,winName,features);
 }


