// Function to allow one JavaScript file to be included by another.
// Copyright (C) 2008- www.shopdd.in.th
function IncludeJavaScript(jsFile)
{
  document.write('<script type="text/javascript" src="'
    + jsFile + '"></scr' + 'ipt>'); 
}
 
IncludeJavaScript('<? print FULL_WEBSITE_URL."/js/";?>email_page.js');
IncludeJavaScript('<? print FULL_WEBSITE_URL."/js/";?>print_page.js');
IncludeJavaScript('<? print  FULL_WEBSITE_URL."/js/";?>mmload.js');      
