/*// side navigation rollover script

function registerImage(imgName) {
	eval(imgName + "over = new Image()");
	eval(imgName + "over.src = \"/images/subnav/" + imgName + "_on.gif\"");
	eval(imgName + " = new Image()");
	eval(imgName + ".src = \"/images/subnav/" + imgName + ".gif\"");
}

function on(imgID) {
	img = document.getElementById(imgID);
	img.src = eval(imgID + "over.src");
}

function off(imgID) {
	img = document.getElementById(imgID);
	img.src = eval(imgID + ".src");
}

//register top navigation rollovers
registerImage("fashionable");
registerImage("functional");
registerImage("allaboutfit");
registerImage("tips");
registerImage("knowthytoilet");
registerImage("faqs");
registerImage("watch_vid");
*/

// popup script for videos on the 101 section


<!-- 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 -->

<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=349,height=324');");
}
<!-- Begin
function popUp2(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=343,height=271');");
}

<!-- Begin
function popUp2_new(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=400,height=350');");
}

<!-- Begin
function popUp3(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=343,height=271');");
}
// End -->
