function WBWPicView(id){
	showModalDialog('core/picview.php?path='+id,'','dialogHeight:50px; dialogWidth:50px; status:no;');
}

function WBWImgView(id){
	window.open("img.php?path="+id,'',"height=100,width=100,status=no,toolbar=no,menubar=no,location=no,scrollbars=1,left=0,top=0");
}

function WBWImgSView(id){
	window.open("img.php?path="+id,'',"height=100,width=100,status=no,toolbar=no,menubar=no,location=no,scrollbars=1,left=0,top=0");
}

function WBWOSend(action){
	obj = document.getElementById("orderform");
	obj.orderaction.value = action;
	obj.submit();
}