//open window to meet image size-start
var imgObj; 
function checkImg(theURL,winName){ 
  if (typeof(imgObj) == "object"){ 
    if ((imgObj.width != 0) && (imgObj.height != 0)) 
      OpenFullSizeWindow(theURL,winName, ",width=" + (imgObj.width+20) + ",height=" + (imgObj.height+30)); 
    else 
      setTimeout("checkImg(กฏ" + theURL + "กฏ,กฏ" + winName + "กฏ)", 100) 
  } 
} 
function OpenFullSizeWindow(theURL,winName,features) { 
  var aNewWin, sBaseCmd; 
  sBaseCmd = "toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,"; 
  if (features == null || features == ""){ 
    imgObj = new Image(); 
    imgObj.src = theURL; 
    checkImg(theURL, winName) 
  } 
  else{ 
    aNewWin = window.open(theURL,winName, sBaseCmd + features); 
    aNewWin.focus(); 
  } 
} 
//open window to meet image size-end


function winopen(url) {window.open(url,"_blank","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=795,height=536,top=0,left=0");}
function openpic(url) {window.open(url,"_blank","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=380,height=380,top=118,left=240");}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}

function checkb(search) 
{
  if (search.keyword.value=="")
  {
   alert("Please enter your search term!");search.keyword.focus();return false; 
  }
}
function movepic(img_name,img_src) 
{
  document[img_name].src=img_src;
}


//head picshow start
function HelpArray2(len)  
{ 
this.length=len; 
} 

HelpText2  = new HelpArray2(5); 

HelpText2[0] ="<img border='0' src='flash/oil_painting_portrait_wholesale.jpg'>";//A01 
HelpText2[1] ="<img border='0' src='flash/oil_paintings_wholesale_china.jpg'>";//A02 
HelpText2[2] ="<img border='0' src='flash/china_oil_paintings_wholesale.jpg'>";//A03
HelpText2[3] ="<img border='0' src='flash/oil_painting_wholesale_china.jpg'>";//A04
HelpText2[4] ="<img border='0' src='flash/china_oil_painting_wholesale.jpg'>";//A05

ScriptText2 = new HelpArray2(5); 

var i = 0; 
function playHelp() 
{ 
if (i == 4)      
  {        i = 0;    }     
else 
  {        i++;    }     

div_X2.filters[0].apply();     
div_X2.innerHTML = HelpText2[i];     
div_X2.filters[0].play();             
mytimeout = setTimeout('playHelp()',4500); 
} 
var mytimeout; // head picshow end

//payment- paypal input check start
function check(obj) 
{
         if (obj.amount.value=="") {
            alert("Please enter the total amount!");obj.amount.focus();return false; 
         }
}
//payment- paypal input check end


<!--   Hide Errors   
  function killErrors(){   
  return true; 
  }   
  window.onerror = killErrors;   
//   -->   