leftpos = 0
if (screen) {
	leftpos = (screen.width/2)-200
}

toppos = 0
if (screen) {
	toppos = (screen.height/2)-210
}

leftpos2 = 0
if (screen) {
	leftpos2 = (screen.width/2)-420
}

toppos2 = 0
if (screen) {
	toppos2 = (screen.height/2)-210
}


if (document.all && /MSIE (5\.5|6)/.test(navigator.userAgent) && 
  document.styleSheets && document.styleSheets[0] && document.styleSheets[0].addRule)
{
  document.styleSheets[0].addRule('*', 'behavior: url(../iepngfix.htc)');
}


function slideshow(newImg) {
	$('slideshowIMG').src='img/'+newImg
}

function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}
