function centerwin(url,name,w,h){var l=(screen.width-w)/2;var t=(screen.height-h)/2;var w=window.open(url,name,"menubar=no,resizable=no,scrollbars=no,left="+l+",top="+t+",width="+w+",height="+h);w.focus();if(navigator.platform.indexOf("Mac")!=-1){w.moveTo(l,t);}return w;}function brand1(){centerwin('maunaloa.html','win',800,400);}function brand2(){centerwin('makalea.html','win',800,400);}function brand3(){centerwin('mermaidline.html','win',800,400);}function brand4(){centerwin('mermaidwedding.html','win',800,400);}function brand5(){centerwin('alohastar.html','win',800,400);}function link1(){// location.href = "http://www.maunaloa-mmj.com/";window.open("http://www.maunaloa-mmj.com/",null);}function link2(){location.href = "http://www.mmjwebtv.net/";}function closewin(){top.close();}