/* MLM Lead System Pro Website Javascript
	
   Copyright 2008 MLM Lead System Pro ( http://www.mlmleadsystempro.com/ )
   --------------------------------------------------------------
*/
/* Function to generate a random number */
function generateRandom() { return parseInt(Math.random() * 99999999); }
/* Function to preview the given address in a new window. */
function previewSite(linkAddress) { window.open(linkAddress, 'MLMLeadSystemProPreview','toolbar=no,location=no,navigation=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width=700,height=650'); }
function previewSiteWide(linkAddress) { window.open(linkAddress, 'MLMLeadSystemProPreview','toolbar=no,location=no,navigation=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width=850,height=650'); }
function previewSiteSized(linkAddress,width,height) { width+=50;height+=50;window.open(linkAddress, 'MLMLeadSystemProPreview','toolbar=no,location=no,navigation=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width=' + width + ',height=' + height); }
