// JavaScript Document -- popup window functions

function playVideo_sales(){
	msgWindow=window.open("http://www.view-career-video.com/videos/tsc/","OpenWindow","width=640,height=480,scrollbars=no");
}

function PopUps(sURL, sCaption) {
    window.open(sURL, sCaption, 'top=30,screenx=50,left=50,screeny=50,width=370,height=500,buttons=no,scrollbars=yes,location=no,menubar=no,resizable=no,status=yes,directories=no,toolbar=no');
 }
 
 function VideoPopUps(sURL, sCaption) {
    window.open(sURL, sCaption, 'width=555,height=480,buttons=no,scrollbars=yes,location=no,menubar=no,resizable=no,status=yes,directories=no,toolbar=no');
 }


function openLocationold(){
	 window.open("http://www.mytscstore.com/customer_service.asp?pageID=map", "Locations", 'top=30,screenx=100,left=150,screeny=50,width=700,height=580,buttons=yes,scrollbars=yes,location=yes,menubar=yes,resizable=yes,status=yes,directories=yes,toolbar=yes');
}

function openLocation(){
	 window.open("../AboutTSC/Locations.html", "Locations", 'top=30,screenx=100,left=150,screeny=50,width=700,height=580,buttons=yes,scrollbars=yes,location=yes,menubar=yes,resizable=yes,status=yes,directories=yes,toolbar=yes');
}

function openLocation2(){
	 window.open("AboutTSC/Locations.html", "Locations", 'top=30,screenx=100,left=150,screeny=50,width=700,height=580,buttons=yes,scrollbars=yes,location=yes,menubar=yes,resizable=yes,status=yes,directories=yes,toolbar=yes');
}

function openLocation_home(){
	 window.open("AboutTSC/Locations.html", "Locations", 'top=30,screenx=100,left=150,screeny=50,width=790,height=580,buttons=yes,scrollbars=yes,location=yes,menubar=yes,resizable=yes,status=yes,directories=yes,toolbar=yes');
}