if(screen.availWidth < 860) {
	document.write('<link rel="stylesheet" href="/css/smallscreen.css" type="text/css" media="screen" />');
}
function popUp(theUrl) {

	window.open(theUrl,'ZVBN','');
	return false;

}
