/**********************************************
* Different CSS depending on OS (mac/pc)- © Dynamic Drive
* (www.dynamicdrive.com)
* This notice must stay intact for use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

/*
* and on:
* Screen Resolution Sniffer
* originally by © Eddie Traversa (nirvana.media3.net)
* To add more shock to your site, visit www.DHTML Shock.com

* Combined version of the script available from http://thedesignspace.net */

var screen_width = screen.width;

if (screen_width <950) {
	document.write("<link href='css/stylesheetsmall.css' rel='stylesheet' type='text/css' />");
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
