function play(pcode){
	 ww = 615;
	 hh = 515;
	 ll = (screen.width - ww) / 2;
	 tt = (screen.height - hh) / 3;
     p=window.open("./order/4.play.jsp?prodcode="+pcode,"playpage","width="+ww+",height="+hh+",left="+ll+",top="+tt);
    p.focus();
}

function order_12530(pcode) {
	 ww = 512;
	 hh = 375;
	 ll = (screen.width - ww) / 2;
	 tt = (screen.height - hh) / 3;
	//wh = window.open("http://service.12530.com/new12530/interface/go/gsqtin.php?from=" + from + "&songid=" + songid, "order", "width="+w+",height="+h+",left="+l+",top="+t);
	wh = window.open("./order/go12530.jsp?prodcode=" + pcode , "order12530", "width="+ww+",height="+hh+",left="+ll+",top="+tt);
	wh.focus();
}
