
/* Pop-Up Window: General */
function popUp(url) {
	window.open(url, "popUp", "toolbar=yes,directories=no,menubar=yes,location=no,status=yes,resizable=yes,scrollbars=yes,left=10,top=10,width=750,height=550,screenX=10,screenY=10,");
}

function popUpVids(url) {
	window.open(url, "popUp", "toolbar=yes,directories=no,menubar=yes,location=no,status=yes,resizable=yes,scrollbars=yes,left=10,top=10,width=180,height=170,screenX=10,screenY=10,");
}

/* Email */
var email_info = "<A HREF='mailto:info@onsightproductions.net'>"
var email_sales = "<A HREF='mailto:rkent3@comcast.net'>"
var email_aEnd = "</A>"

//-- Footer copyright year --//
var d=new Date();
var day=d.getDate();
var month=d.getMonth() + 1;
var year=d.getFullYear();

/* Footer */
var footer_motorsportsBody = "<P CLASS='footer'><HR SIZE='1' NOSHADE><SPAN CLASS='footer'><script type='text/javascript'>document.write('&copy;' + year);</script> On Sight Productions. All rights reserved.<br>All images are owned by the individual photographer in association with On Sight Productions,<br>and are covered by international copyright laws and maybe used only with permission of the photographer.<br>Please direct all Web site related questions to the <A HREF='mailto:webadmin@onsightproductions.net' CLASS='footer'>Webmaster</A>.</SPAN></P>"

