// JavaScript Document

	<!--
	if(document.images)
	
	function popup(name, url){
	palette=window.open(url,name,'resizable=no,toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,copyhistory=no,width=800,height=600');
	palette.focus();
	}
		
	function popup2(name, url){
	palette=window.open(url,name,'resizable=no,toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,copyhistory=no,width=500,height=630');
	palette.focus();
	}
		
	function popup3(name, url){
	palette=window.open(url,name,'resizable=no,toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,copyhistory=no,width=800,height=560');
	palette.focus();
	}
		
	function popup4(name, url){
	palette=window.open(url,name,'resizable=no,toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,copyhistory=no,width=820,height=590');
	palette.focus();
	}
		
	function popup5(name, url){
	palette=window.open(url,name,'resizable=no,toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,copyhistory=no,width=640,height=480');
	palette.focus();
	}
	
	
	function mapToFront(){
	    palette.focus();
	}
	// end of popup script-->
	
	
<!--
// By JavaFile! http://www.javafile.com
// Permission granted to SimplytheBest.net to feature the script in its DHTML script collection
// Courtesy of SimplytheBest.net - http://simplythebest.net/scripts/
var message="YOU DO NOT HAVE PERMISSION TO COPY ANY PORTIONS OF THIS MATERIAL! ALL RIGHTS RESERVED. (C) COPYRIGHT 2007.";
function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
// --> 



<!-- maximise browser automatically

function getPageOffsetWidth()
{
var MenuBodyRef;
for(var i in document.all)
{
if (document.all[i].tagName == 'BODY')
{
MenuBodyRef = document.all[i]
}
}
return MenuBodyRef.offsetWidth;
}
function MaximizeW()
{
window.moveTo(0,0);
window.resizeTo(screen.width,screen.height);
var borderw = screen.width - getPageOffsetWidth();
window.moveTo(-borderw/2, -borderw/2);
window.resizeTo(screen.width + borderw,screen.height + borderw);
}
MaximizeW();
//-->









<!-- IMC popup form

function course() {
  window.open("http://dynamic.marketingtips.com/template.cgi/affiliates/imc/course2007-popup1?REF=911588","","location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no,width=450,height=415");
  
  }
  
// Stop hiding here -->