// PopUp
var video1 = "pops/famPlanning.html";
var video2 = "pops/retPlanning.html";
var video3 = "pops/taxPlanning.html";
var video4 = "pops/CBS%2011%20e-file_492k_224x168_30fps_16bit_11Hz_1.1.html";
var video5 = "pops/CBS%2011%20Medicare_110k_194x146_15fps_16bit_11Hz_CBR_1.1.html";
var video6 = "pops/Fox%204%20Medicare_110k_194x146_15fps_16bit_11Hz_CBR_1.1.html";
var video7 = "pops/ABC%2015%20Medicare_110k_194x146_15fps_16bit_11Hz_CBR_1.1.html";
var video8 = "pops/CBS_512k_Deinterlaced_Noise_NoPreload_VoidPlayer_320x213.html";
var video9 = "pops/Bradshaw%20B%20300kStart_240x160_15x15fps_22Mz_16bit_1.1_Max280.html";
var video10 = "pops/Bradshaw_%20AVI_%20A_%20300k_240x160_1.1.html";
var video11 = "pops/Bradshaw%205min%20DSL.html";
var video12 = "pops/40%20under%2040_512k_320x213_AVI.html";
var video13 = "pops/boomers.html";
var video14 = "pops/ssChanges.html";
var video15 = "pops/midyrcheckUp.html";
var video16 = "pops/invinv.html";
var video17 = "pops/taxPlanning5_8_07.html";
var video18 = "pops/dowHigh.html";
var video19 = "pops/401K.html";
var video20 = "pops/scams.html";
var video21 = "pops/emotion.html";
var video22 = "pops/taxEnd.html";
var video23 = "pops/21tax.html";
var video24 = "pops/onLocation.html";
var video25 = "pops/onLocation.html";


//--------Audio---------//

var audio1 = "pops/awkward.htm";
var audio2 = "pops/tooYoung.htm";
var audio3 = "pops/pressureOff.htm";
var audio4 = "pops/elcTaxes.htm";
var audio5 = "pops/medicare.htm";
var audio6 = "pops/medicarefox4.htm";
var audio7 = "pops/riseandshine.htm";
var audio8 = "pops/tsunami.htm";
var audio9 = "pops/bradshaw2.htm";
var audio10 = "pops/bradshaw2.htm";
var audio11 = "pops/bradshaw2.htm";
var audio12 = "pops/pudge.htm";
var audio13 = "pops/";

function popUp(URL,height) {
day = new Date();
id = day.getTime();
if (height == undefined){
	height = 325;
}
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=no,scrollbars=1,location=1,statusbar=no,menubar=no,resizable=1,width=385,height="+height+"');");
}

