//winoepn Default
function Wopen(url,w,h,n) {
	var winName = n;
	var Width   = 'width='   + w;
	var Height  = ',height=' + h;
	var Left    = ',left='   + ((screen.width - w) / 2);
	var Top     = ',top='    + ((screen.height- h) / 2);
	var Option = ',status=1,menubar=0,scrollbars=0,resizable=0';
	var features = Width + Height + Left + Top + Option;
	winName = window.open(url,winName,features);
	if (window.focus) {
		winName.focus();
	}
}
//winoepn Scroll
function WopenScroll(url,w,h,n) {
	var winName = n;
	var Width   = 'width='   + w;
	var Height  = ',height=' + h;
	var Left    = ',left='   + ((screen.width - w) / 2);
	var Top     = ',top='    + ((screen.height- h) / 2);
	var Option = ',status=1,menubar=0,scrollbars=1,resizable=0';
	var features = Width + Height + Left + Top + Option;
	winName = window.open(url,winName,features);
	if (window.focus) {
		winName.focus();
	}
}
//winoepn Default
function WopenResizable(url,w,h,n) {
	var winName = n;
	var Width   = 'width='   + w;
	var Height  = ',height=' + h;
	var Left    = ',left='   + ((screen.width - w) / 2);
	var Top     = ',top='    + ((screen.height- h) / 2);
	var Option = ',status=1,menubar=0,scrollbars=1,resizable=1';
	var features = Width + Height + Left + Top + Option;
	winName = window.open(url,winName,features);
	if (window.focus) {
		winName.focus();
	}
}



	
//tb^o


	function Footer1(){
		document.write('<!--Copyright-->');
		document.write('<div class="copyright"><hr class="hr02">');
		document.write('<font class="fe">copyright 2005-2009 Steps Ahead All rights reserved.<BR><A HREF="./index.html">home</A><A HREF="./contact.html">Contact</A><A HREF="./sitemap.html">Site map</A><A HREF="./stafile/index.html">STAFile</A><A HREF="./request.html"></A></font><BR></div>');
		document.write('<!--Copyright-->');
	}


	function Footer2(){
		document.write('<!--Copyright-->');
		document.write('<div class="copyright"><hr class="hr02">');
		document.write('<font class="fe">copyright 2005-2009 Steps Ahead All rights reserved.<BR><A HREF="../index.html">home</A><A HREF="../contact.html">Contact</A><A HREF="../sitemap.html">Site map</A><A HREF="../stafile/index.html">STAFile</A><A HREF="../request.html"></A></font><BR></div>');
		document.write('<!--Copyright-->');
	}
	

