function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}

function mailAsset(args) {
	mailURL  = "/dooria/modules/mailasset.php";
	mailURL += "?";
	mailURL += args;
	window.open(mailURL,'mailAttachment','scrollbars=no,menubar=no,top=200,left=300,height=700,width=450,resizable=yes,scrollbars=auto,toolbar=no,location=no,status=no');

}
