
function openHelp2(lang,window) {
	var msgWindow;
    msgWindow=open('/help/'+lang+'/help.jsp',window,'scrollbars=yes,resizable=no,width=520,height=600');
    if (msgWindow.opener == null) msgWindow.opener = self;
}

//function openHelp(lang) {
	//window.open('/help/'+lang+'/help.jsp','Help','scrollbars=yes,resizable=no,width=520,height=600'); 
//}

function openTrademarks(lang) { 
  window.open('/help/'+lang+'/trademarks.jsp','ContactUs','width=520,height=600,scrollbars=yes,resizable=no');
}
function openPrivacy(lang) { 
  window.open('/help/'+lang+'/privacypolicy.jsp','PrivPolicy','width=520,height=600,scrollbars=yes,resizable=no');
}
function openTerms(lang) { 
  window.open('/help/'+lang+'/terms.jsp','Terms','width=520,height=600,scrollbars=yes,resizable=no');
}
function openCoppa(lang) { 
  window.open('/help/'+lang+'/coppa.jsp','Terms','width=520,height=600,scrollbars=yes,resizable=no');
}
function openDesktop(id,size,lang) { 
	window.open("/downloads_pop_"+lang+".jsp?id="+id+"&size="+size+"&lang="+lang, 'getDesktops', 'width=600, height=250, left=1, top=1, scrollbars=yes,resizable=yes');
}
function openSSPreview(lang) { 
  window.open('/downloads/'+lang+'previews/screensaver.jsp','ScreenSaver','width=1024,height=768,scrollbars=yes,resizable=yes');
}

function closeWindow() { 
  window.close;
}

function openPR(doc,lang) { 
	window.open("/news/"+lang+doc+".jsp", 'getPressRelease', 'width=600, height=600, left=1, top=1, scrollbars=yes, resizable=no');
}
function openWallpaper(doc,size,lang) { 
	window.open("/downloads/"+lang+"/"+size+"/MinuteMaid_Download_"+doc+".jpg", 'getWallpaper', 'width=600, height=600, left=1, top=1, scrollbars=yes, resizable=yes');
}

//function openENMulti() {
//	window.open("/help/en/multivitamins.html", 'MultiVitamins', 'width=600, height=600, left=1, top=1, scrollbars=yes, resizable=yes');
//}



function openMulti(lang) {
	window.open("/help/"+lang+"/multivitamins.html", 'MultiVitamins', 'width=600, height=600, left=1, top=1, scrollbars=yes, resizable=yes');
}

function openPomOffer(lang) {
	window.open("/help/"+lang+"/LoveItOrItsFree.jsp", 'LoveItOrItsFree', 'width=600, height=600, left=1, top=1, scrollbars=yes, resizable=yes');
}
function openDisney() { 
  window.open('/promotions/disney/disney_popup.html','Disney','width=640,height=600,scrollbars=yes,resizable=no');
}