'),
new aClass('2', '8', '时尚篇'),
new aClass('2', '7', '浪漫篇'),
new aClass('2', '6', '典雅篇'),
new aClass('2', '5', '格调篇'),
new aClass('1', '10', '优雅篇'),
new aClass('1', '4', '运动篇'),
new aClass('1', '3', '尊贵篇'),
new aClass('1', '1', '品味篇'),
new aClass("End", "End", "End"));
function change_area(aForm) {
chgDnCombobox(aForm.bigclassid, aForm.smallclassid, f_Set0 , 0)
}
function forpic()
{
if (! validateMode()) return;
var arr = showModalDialog("pic.htm","","dialogWidth:400px; dialogHeight:340px; status:0");
if (arr != null){
var ss;
ss=arr.split("*")
url=ss[0];
alt=ss[1];
width=ss[2];
height=ss[3];
align=ss[4]
var string;
if ( width == "0")
{
if ( height == "0" )
{
string="

";
}
else
{
string="

";
}
}
else
{
if ( height == "0" )
{
string="

";
}
else
{
string="

";
}
}
content=Composition.document.body.innerHTML;
content=content+string;
Composition.document.body.innerHTML=content;
// form.infoSelectpic.checked=true;
}
else Composition.focus();
//var arr = window.open("pic.asp","","top=300,left=300,width=385,height=80,menubar=0,scrollbars=0,toolbar=0,status=0,resizable=0");
}