function show_img(width,height,s_url){
	var imgnwin=window.open(s_url,"imgswin","resizable=yes,scrollbars=yes,toolbar=no,location=no,directoties=no,status=no,menubar=no,width="+width+",height="+height);
}

function show_bask(width,height,s_url){
	var basknwin=window.open(s_url,"baskswin","resizable=yes,scrollbars=yes,toolbar=no,location=no,directoties=no,status=no,menubar=no,width="+width+",height="+height);
}

function show_reg(width,height,s_url){
	var regnwin=window.open(s_url,"regswin","resizable=1,scrollbars=0,toolbar=0,location=0,directoties=0,status=0,menubar=0,width="+width+",height="+height);
}

function show_img_noscrl(width,height,s_url){
	var n2win=window.open(s_url,"swin","resizable=1,scrollbars=0,toolbar=0,location=0,directoties=0,status=0,menubar=0,width="+width+",height="+height);
}

function show_img_navig(width,height,s_url){
	var n3win=window.open(s_url,"swin","resizable=1,scrollbars=1,toolbar=1,location=1,directoties=1,status=1,menubar=1,width="+width+",height="+height);
	return n3win;
}

function active_win(surl){
	window.opener.document.location=surl;
}

function show_goods(width,height,s_url)
{
	var basknwin=window.open(s_url,"baskswin","resizable=0,scrollbars=1,toolbar=0,location=0,directoties=0,status=0,menubar=0,width="+width+",height="+height);
}

