/*===============================================================================================================================*/
/*== © Copyright 2007 Ace Cargo (M) Sdn Bhd. All rights reserved.                                                      ==*/
/*===============================================================================================================================*/
/**** BOOKMARK                                                                                                                ****/
/*********************************************************************************************************************************/

function bookmark(){
var title = document.title;var url = document.URL;
if (window.sidebar){window.sidebar.addPanel(title, url,'');} 
else if (document.all){window.external.AddFavorite(url, title);}
else if (window.opera && window.print){return true;}
}

/*********************************************************************************************************************************/
/**** EMAIL                                                                                                                   ****/
/*********************************************************************************************************************************/

function email(){theURL = "email.php?url=" + document.location;window.open(theURL,'_blank','width=600,height=510,scrollbars=no');}
function hideemailform(){document.getElementById("emailform").innerHTML="<div align='center'>Your message has been sent.<br><br></div>";}

/*********************************************************************************************************************************/
/**** PRINT                                                                                                                   ****/
/*********************************************************************************************************************************/

function printpage(){if (window.print){window.print();}}

/*********************************************************************************************************************************/
/**** OPEN/CLOSE BROSWER                                                                                                      ****/
/*********************************************************************************************************************************/

function popup(theURL,winName,features){window.open(theURL,winName,features);}
function popdown(){window.close();}

/*********************************************************************************************************************************/
/**** SWFMENU                                                                                                                 ****/
/*********************************************************************************************************************************/

function pic(pid){
document.getElementById('pic').innerHTML = 
 '<embed src="swf/pic.swf?p='+pid+'" width="600" height="200" wmode="transparent" menu="0" quality="high"'
+'pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>';
}

/*********************************************************************************************************************************/
/**** SWF                                                                                                                     ****/
/*********************************************************************************************************************************/

function swf(swfid,swfw,swfh){
document.getElementById(swfid).innerHTML =
 '<embed src="swf/'+swfid+'.swf" width="'+swfw+'" height="'+swfh+'" wmode="transparent" menu="0" quality="high"'
+'pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>';
}

/*===============================================================================================================================*/
/*== © Copyright 2007 Ace Cargo (M) Sdn Bhd. All rights reserved.                                                      ==*/
/*===============================================================================================================================*/
