<!--
v = false;
//-->


<!--
if (typeof(Option) +"" != "undefined") v = true;
//-->


<!-- Begin
if(v){a = new Array(); aln = 0;}
function getFormNum (formName) {
formNum = -1;
for (i = 0; i < document.forms.length ; i++){
tempForm = document.forms[i];
if (formName == tempForm) {
formNum = i;
correctForm = tempForm;
break;
}
}
return formNum;
}
function jmp(formName,elementNum) {
getFormNum(formName);
if (formNum >= 0) {
with (document.forms[formNum].elements[elementNum]) {
i = selectedIndex;
if (i >= 0) location = options[i].value;
}
}
}
function O(txt,url) {
a[k] = new Option(txt,url); k++;
}
function relate(formName,elementNum,j) {
if(v) {
k = 1;
if(j == 0) { // default category item
a = new Array();
O(" ---- 请选择版面 ---- ","");
}

if(j == 1) { // 1st category items　新闻网 主页
a = new Array();
O(" ---- 请选择版面 ---- ","");
O("主页黄金文字一则","goods_content_A01.shtml");
O("主页300X250超级大布告","goods_content_A02.shtml");
O("主页图文广告一则","goods_content_A03.shtml");
O("主页联名logo","goods_content_A17.shtml");
O("主页浮水印 广告","goods_content_A04.shtml");
O("主页广告文字一则","goods_content_A05.shtml");
O("主页512X100特开腰带广告","goods_content_A06.shtml");
O("主页覆盖式广告","goods_content_A07.shtml");
O("主页特别企划广告","goods_content_A08.shtml");
O("主页260X20Button广告","goods_content_A09.shtml");
O("新闻下拉单选5则-集合式 广告","goods_content_A13.shtml");
O("新闻下拉菜单5则-分布式 广告","goods_content_A14.shtml");
O("主页看版A 广告","goods_content_A15.shtml");
O("主页看版B 广告","goods_content_A16.shtml");
}

if(j == 2) { // 2nd category items	新闻网 内页
a = new Array();
O(" ---- 请选择版面 ---- ","");
O("新闻频道Super Banner","goods_content_B01.shtml");
O("新闻频道摩天大Tower","goods_content_B02.shtml");
O("新闻频道特开Button","goods_content_B03.shtml");
O("新闻频道快讯文字广告联播","goods_content_B05.shtml");
O("内页联名LOGO","goods_content_B07.shtml");
O("新闻频道摩天大Tower-2","goods_content_B06.shtml");
}

/**
if(j == 3) { // 3rd category items	发烧车讯频道 
a = new Array();
O(" ---- 请选择版面 ---- ","");
O("ROS 全网轮替Banner","goods.shtml");
O("ROS 大贴布","goods.shtml");
O("170*85Button","goods.shtml");
O("下拉式菜单广告-5则","goods.shtml");
}
**/

if(j == 3) { // 3th category items	方案平台
a = new Array();
O(" ---- 请选择版面 ---- ","");
O("新闻频道专题企划","goods_content_C01.shtml");
}

if(j == 4) { // 4th category items	电子报
a = new Array();
O(" ---- 请选择版面 ---- ","");
O("分版式EDM－45万份会员","goods_content_D01.shtml");
O("分众式EDM－10万份会员","goods_content_D02.shtml");
O("属性式广告－10万份","goods_content_D04.shtml");
O("刊头大看版－10万份","goods_content_D03.shtml");
}

if(j == 6) { // 6th category items	追星网
a = new Array();
O(" ---- 请选择版面 ---- ","");
O("全网固定式Banner","goods_content_F02.shtml");
O("全网固定式摩天大Tower","goods_content_F03.shtml");
O("娱乐专题","goods_content_F04.shtml");
}
if(j == 7) { // 7th category items	网络城邦
a = new Array();
O(" ---- 请选择版面 ---- ","");
O("网络城邦固定式横幅Banner","goods_content_C02.shtml");
O("网络城邦广告文字","goods_content_C05.shtml");
}
if(j == 8) { // 8th category items	影音广告
a = new Array();
O(" ---- 请选择版面 ---- ","");
O("主页300X250超级大布告","goods_content_G01.shtml");
O("追星/运动页签300x250Button广告","goods_content_G02.shtml");
O("新闻频道摩天大Tower广告","goods_content_G04.shtml");
}
aln2 = a.length;
getFormNum(formName);
if (formNum >= 0) {
formNum = formNum + 1;
with (document.forms[formNum].elements[elementNum]) {
for (var i = options.length - 1; i > 0; i--) options[i] = null;
for (var i = 1; i < aln2; i++) options[i-1] = a[i];
options[0].selected = true;
}
}
} else {
jmp(formName,elementNum);
}
}
// End -->