function open(info)
{

	location="/static/productframe.php?class="+info+"";

}

function gotoframe(pclass)
{
	document.getElementById("new").src="/static/productframe.php?class="+pclass+"";
}

function gotoframe_txt(pclass,hour)
{
	document.getElementById("new").src="/static/productframe.php?class="+pclass+"&hour="+hour+"";
}

function rerush(num)
{
	window.parent.location.reload();
	document.getElementById("new").src="/static/productframe.php?class="+num+"";
}

function divrush(name)
{
//window.parent.location.reload();
	document.getElementById("new").src="/static/"+name+"";
}