<!--
//nov 11 2005
function opencsfvideoBySize(linkhere,hgt,wdt) {
 msg=open(linkhere,"DisplayWindow","HEIGHT="+ hgt +",WIDTH="+ wdt +",status=no,toolbar=no,directories=no,menubar=no,location=no,scrollbars=no,top=40,left=50,resizable=no");
}
//end nov 11 2005
//for EC,GH Video PopUp
function opencsfvideo(linkhere) {
 msg=open(linkhere,"DisplayWindow","HEIGHT=470,WIDTH=300,status=no,toolbar=no,directories=no,menubar=no,location=no,scrollbars=no,top=100,left=50,resizable=no");
}
//end for GH Video PopUp

// for diy
function opencsfdiyvideo(linkhere) {
 msg=open(linkhere,"DisplayWindow","HEIGHT=370,WIDTH=300,status=no,toolbar=no,directories=no,menubar=no,location=no,scrollbars=no,top=100,left=50,resizable=no");
}
// end for diy

//gen -- such as csf pdf rightcol
function openGen(genlink,hgt,wdt) {
 msg=open(genlink,"DisplayWindow","HEIGHT="+ hgt +",WIDTH="+ wdt +",status=yes,toolbar=yes,directories=no,menubar=yes,location=no,scrollbars=yes,top=50,left=50,resizable=yes");		       
}
//end gen -- such as csf pdf rightcol

//MIR BANNERS
function openMbanner(link) {
msg=open(link,"DisplayWindow2","HEIGHT=440,WIDTH=660,status=1,toolbar=1,directories=1,menubar=1,location=1,scrollbars=1,resizable=1,top=50,left=50");
}
//END MIR BANNERS

//ASAP GLOBAL SOURCING BANNER
function openAsap(link,wd,ht) 	{
	window.open(link,"Sitewindow",'toolbar=1,location=1,directories=0,status=1,menubar=1,scrollbars=1,width=' + wd + ',height=' + ht + ',top=150,left=50,resizable=1');
}	
//END ASAP GLOBAL SOURCING BANNER

function openbig(link) {
msg=open(link,"DisplayWindow","HEIGHT=440,WIDTH=640,status=1,toolbar=1,directories=1,menubar=1,location=1,scrollbars=1,resizable=1,top=50,left=50");
}
function guided(tour) {
  msg=open(tour,"DisplayWindow3","HEIGHT=432,WIDTH=780,status=no,toolbar=no,directories=no,menubar=no,location=no,scrollbars=no,top=0,left=0");
}
function search(form) {
var myindex=document.tradeshow.event_topic.selectedIndex;
if (document.tradeshow.event_topic.selectedIndex>0) {
self.location=document.tradeshow.event_topic.options[myindex].value;
}}
function search2(form) {
var myindex=document.tradeshow.event_industry.selectedIndex;
if (document.tradeshow.event_industry.selectedIndex>0) {
self.location=document.tradeshow.event_industry.options[myindex].value;
}}
function search3(form) {
var myindex=document.tradeshow.event_month.selectedIndex;
if (document.tradeshow.event_month.selectedIndex>0) {
self.location=document.tradeshow.event_month.options[myindex].value;
}}
function search4(form) {
var myindex=document.tradeshow.event_country.selectedIndex;
if (document.tradeshow.event_country.selectedIndex>0) {
self.location=document.tradeshow.event_country.options[myindex].value;
}}

function search5(form) {
var myindex=document.tradeshow.gsevents.selectedIndex;
if (document.tradeshow.gsevents.selectedIndex>0) {
self.location=document.tradeshow.gsevents.options[myindex].value;
}}


//new for TSC picklist - dynamic event Cal
function searchFeaturedShows(form) {
var myindex=document.tradeshow.event_FeaturedShows.selectedIndex;
if (document.tradeshow.event_FeaturedShows.selectedIndex>0) {
self.location=document.tradeshow.event_FeaturedShows.options[myindex].value;
}}

function searchGSEvents(form) {
var myindex=document.tradeshow.gsevents.selectedIndex;
if (document.tradeshow.gsevents.selectedIndex>0) {
self.location=document.tradeshow.gsevents.options[myindex].value;
}}
// end new for TSC picklist - dynamic event Cal


//script for keyword srch -- right nav
function submitMiniSearch() {
        if (document.keyword_form.key_wd.value == "")
        {
        alert("No keyword was entered.\nPlease enter a keyword\nto start your search.");                        
        } else {
        document.keyword_form.submit();
        }
}
//end script for keyword srch -- right nav



// script for disclaimer popup
function opendisc(curconv) {
msg=open(curconv,"DisplayWindow1","HEIGHT=215,WIDTH=350,status=no,toolbar=no,directories=no,menubar=no,location=no,scrollbars=no,top=50,left=50,screenX=50,screenY=50");
}   
// end script for disclaimer popup
// -->