var affInterfaceOptions  = 'aff=johnnycl&skin=999&cols=3&rows=4&shop=n2-blue&currency=0&sadult=on&locale=en&iw=540&ih=1250';
var affInterfaceOptionsX = 'aff=johnnycl&skin=21&cols=3&rows=4&shop=n1-blue&currency=0&sadult=on&locale=en';

function IncludeAffInterface(options,file){
   if(!file) file = 'interface';
   options = affInterfaceOptions + (options ? '&'+options : '');
   document.write('<SCRIPT type="text/javascript" language="JavaScript" src="http://www.mytemplatestorage.com/codes/'+file+'.php?'+options+'"><'+'/SCRIPT>');
}

function IncludeAffInterfaceX(options,file){
   if(!file) file = 'interface';
   options = affInterfaceOptionsX + (options ? '&'+options : '');
   document.write('<SCRIPT type="text/javascript" language="JavaScript" src="http://www.mytemplatestorage.com/codes/'+file+'.php?'+options+'"><'+'/SCRIPT>');
}
   
function Popup(url){
   window.open(
      url,
      'Nwindow',
      'width=600, height=600, resizable=yes, scrollbars=yes, location=no,  toolbar=no, menubar=no, status=no'
   );
}
// Hide "www.mytemplatestorage.com" from status bar
function HideStatus(){
   window.status = document.readyState!="complete" ?
      "Loading..." : window.defaultStatus;
}
document.onreadystatechange = HideStatus;

