function CL()
{
window.close();
}
function CLREL()
{
window.opener.location.reload();
window.close();
}
function CLREL1()
{
window.opener.location.reload();
}
function REL(url)
{
location.href=url;
}
function miniWin(url,w,h)
{
window.open(url,"_blank","left=400,top=100,width="+w+",height="+h+",location=0,menubar=0,resizable=0,scrollbars=1,status=0");
}
function LoadIMG(w,h)
{
var uric=document.forms.product_edit.img.value;
var uri="image_load.php?img="+uric;
window.open(uri,"_blank","left=100,top=100,width="+w+",height="+h+",location=0,menubar=0,resizable=0,scrollbars=1,status=0");
}
function LoadIMG2(w,h)
{
var uric=document.forms.product_edit.bimg.value;
var uri="image_load.php?img="+uric;
window.open(uri,"_blank","left=100,top=100,width="+w+",height="+h+",location=0,menubar=0,resizable=0,scrollbars=1,status=0");
}
function Order()
{
window.open("order.php","_blank","left=100,top=100,width=400,height=500,location=0,menubar=0,resizable=0,scrollbars=1,status=0");
window.close();
}
function Rating(w,h)
{
var id=window.document.rating.productID.value;
var rat=window.document.rating.rating_new.value;
var uri="shop/rating_write.php?productID="+id+"&rating_new="+rat;
window.open(uri,"_blank","left=100,top=100,width="+w+",height="+h+",location=0,menubar=0,resizable=0,scrollbars=1,status=0");
}