<!--

// SETS DEFAULT IMAGES
//popup
function openpopup(link) {
  //var spawnwin = window.open(link,"newwin","status=0,width=366,height=465,screenX=300,screenY=100,top=100,left=300");
  //var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
  //var mc = InternetExplorer ? window.sidemovie : window.document.sidemovie;
  //if (mc) { mc.StopPlay(); }
  
  
  //strict variables
  var width = 320;
  var height = 400;
	
  indenttop = (screen.height - height) / 2;
  indentleft = (screen.width - width) / 2;

  var popwin = window.open(link,"uniplayer","width=" + width + ",height=" + height + ",top=" + indenttop + ",left=" + indentleft + ",scrollbars=no, menubar=no, toolbar=no, resizable=no, status=no, titlebar=no");
  popwin.focus();
  
  var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
  var mc = InternetExplorer ? window.sidemovie : window.document.sidemovie;
  if (mc) { mc.StopPlay(); }
}




function openmedium(link) {
  //var spawnwin = window.open(link,"newwin","status=0,width=366,height=465,screenX=300,screenY=100,top=100,left=300");
  //var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
  //var mc = InternetExplorer ? window.sidemovie : window.document.sidemovie;
  //if (mc) { mc.StopPlay(); }
  
  
  //strict variables
  var width = 609;
  var height = 450;
	
  indenttop = (screen.height - height) / 2;
  indentleft = (screen.width - width) / 2;

  var popwin = window.open(link,"uniplayer","width=" + width + ",height=" + height + ",top=" + indenttop + ",left=" + indentleft + ",scrollbars=no, menubar=no, toolbar=no, resizable=no, status=no, titlebar=no");
  popwin.focus();
  
  var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
  var mc = InternetExplorer ? window.sidemovie : window.document.sidemovie;
  if (mc) { mc.StopPlay(); }
}




//fullwindow
function opennewwin(link) {
  var spawnwin = window.open(link,"_blank");
  var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
  var mc = InternetExplorer ? window.sidemovie : window.document.sidemovie;
  if (mc) { mc.StopPlay(); }
  
  if (navigator.appVersion.indexOf("Mac")!=-1) { window.sidemovie.StopPlay(); }
}


function fix(obj,cleartext) {
	if (obj.value == cleartext)
	{
		obj.value = "";
	}
}


// -->

