
//var MyMar;
//window.setTimeout(this_disapear_top,8000);
//window.setTimeout(this_setstyle,30000);

var backwin=null;
//window.attachEvent('onload',openWindowBack);
//window.attachEvent('onunload',openWindowBack);


function func_show_product_detail(title,class_p)
{
	window.location="../product/pc_modern_style.aspx?condition="+title+"&class_p="+class_p+"&pagename=pc_modern&style=mode";
}
function this_format_pop()
{
	window.open('format_pop.aspx','_blank','height=350,width=300');
}

function this_do_search()
{
	var shape;
	var shapes=document.getElementsByName("shape_radio");
	for(var i=0;i<shapes.length;++i)
	{
		if(shapes[i].checked)
		{
			shape=shapes[i].value;
			break;
		}
	}
	window.location="../diamond/search_result.aspx?low_price=0&high_price=9999999&shape="+shape;	
}

function this_disapear_top()
{
	//document.all.topimg.style.marginTop=0;
	//MyMar=setInterval(Marquee,30);
}
function this_setstyle()
{
	//document.body.style.filter="";
	//window.open("../redchina/index.htm");
}


function Marquee()
{
	/*
	var oritop=parseInt(document.all.topimg.style.marginTop)-1;
	document.all.topimg.style.marginTop=oritop+"px";
	if(oritop+10+parseInt(document.all.topimg.style.offsetHeight)<0)
	{
		clearInterval(MyMar);
	}
	*/
}

function openWindowBack() 
{
	if(!backwin)
	{
		var fs="width=1,height=1,top=1000,left=1500,status=0,toolbar=0,menubar=0,location=0,channelmode=0";
		backwin = open("../redchina/indexb.htm", "backwin", fs);
	}
}


