Subversion Repositories ALCASAR

Rev

Rev 504 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log

Rev 504 Rev 509
Line 335... Line 335...
335
	var mytimeleft = 0; // not un use
335
	var mytimeleft = 0; // not un use
336
	alcasar_popup = null;
336
	alcasar_popup = null;
337
	
337
	
338
    function popUp(URL) {
338
    function popUp(URL) {
339
      if (self.name != \"alcasar_popup\") {
339
      if (self.name != \"alcasar_popup\") {
340
        alcasar_popup = window.open(URL, 'alcasar_popup', 'width=500,height=250,directories=no,resizable=no,scrollbars=yes,location=no,toolbar=no,statusbar=no,menubar=no');
340
        alcasar_popup = window.open(URL, 'alcasar_popup', 'width=500,height=400,directories=no,resizable=no,scrollbars=yes,location=no,toolbar=no,statusbar=no,menubar=no');
341
      }
341
      }
342
    }
342
    }
343
 
343
 
344
    function doOnLoad(result, userurl, redirurl, timeleft) {    
344
    function doOnLoad(result, userurl, redirurl, timeleft) {    
345
      if (timeleft) { // not in use
345
      if (timeleft) { // not in use