function MM_openIconWindow(){
	window.open("http://www.officedepot.com/catalog/iconlegend.jsp", "Icon","height=370,width=500");
}

function MM_openSorpWindow(){
	window.open("http://www.officedepot.com/renderStaticPage.do?file=/customerservice/specialOrderPop.jsp&template=promo", "Icon","height=525,width=600,scrollbars=auto");
}

function openCIDWindow(){
	window.open("http://www.officedepot.com/help/cid.jsp","CID","height=580,width=800");
}

function openStoreWindow(){
	window.open("http://www.officedepot.com/stores/input.do","Stores","width=670,height=500,scrollbars=yes,toolbar=yes,menubar=yes");
}

function openMapWindow(storeId,city,state){
	window.open("http://www.officedepot.com/stores/viewMap.do?storeId=" + storeId + "&city=" + city + "&state=" + state,"StoresMap","width=650,height=520,scrollbars=yes,toolbar=yes,menubar=yes");
}

function popOpenWindow(link,params){
	window.open(link,"PopUp",params);
}

function MM_openBrWindow(theURL,winName,features) 
{ 
  window.open(theURL,winName,features);
}