function NavRollOver(oTd) {if (!oTd.contains(event.fromElement)) {oTd.bgColor="#000000";}}
function NavRollOut(oTd) {if (!oTd.contains(event.toElement)) {oTd.bgColor="#666666";}}

function NavRollOverS(oTd) {if (!oTd.contains(event.fromElement)) {oTd.bgColor="#FFFF00";}}
function NavRollOutS(oTd) {if (!oTd.contains(event.toElement)) {oTd.bgColor="#E6E6E6";}}

function NavRollOverNS(oTd) {if (!oTd.contains(event.fromElement)) {oTd.bgColor="#FFFFFF";}}
function NavRollOutNS(oTd) {if (!oTd.contains(event.toElement)) {oTd.bgColor="#FFEEEE";}}

function NavRollOverR(oTd) {if (!oTd.contains(event.fromElement)) {oTd.bgColor="#FFFFEE";}}
function NavRollOutR(oTd) {if (!oTd.contains(event.toElement)) {oTd.bgColor="#FFEEEE";}}

function NavRollOverR(oTd) {if (!oTd.contains(event.fromElement)) {oTd.bgColor="#FFFFEE";}}
function NavRollOutR(oTd) {if (!oTd.contains(event.toElement)) {oTd.bgColor="#FFEEEE";}}

/*---------跳出新視窗-------*/
function od_openwin(theURL,name,features){
    ftswidth = features + ",scrollbars=yes,resizable=yes,status=yes";
    window.open(theURL,name,ftswidth);
}

/*-------電子報訂閱用------*/
function copy() {
  document.epaperdelform.email.value = document.epaperform.email.value;
}

/*-------購物車說明--------*/
function EcarHELP() { 
window.open('http://gomos.sunup.net/ecarhelp.htm','order','width=650,height=400,scrollbars=yes,resizable=yes,status=no')
}

/*---------搜詢用------*/
function seach(form)
{
if (form.keyword.value.length == 0) { alert("尚未輸入搜尋條件!!"); return false }
return true
}

