﻿function HeaderSWF() {
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="954" height="274">');
    document.write('<param name="movie" value="images/VENTIntro.swf" />');
    document.write('<param name="quality" value="high" />');
    document.write('<embed src="images/VENTIntro.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="954" height="274"></embed>');
    document.write('</object>');
}

function NewPic(objImage, url) {
    document.getElementById(objImage).src = url;
    document.getElementById(objImage).alt = url;

}

// Idea by:  Nic Wolfe (Nic@TimelapseProductions.com) 
// Web URL:  http://fineline.xs.mw -->

// This script and many more are available free online at 
// The JavaScript Source!! http://javascript.internet.com 
function popUp(URL) {
    day = new Date();
    id = day.getTime();
    eval("page" + id + " = window.open(URL, '" + id +
        "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=700,height=500,left = 540,top = 325');");
    eval("page" + id + ".moveTo(0,0)");
}