// This is the stylesheet selecter
var agt=navigator.userAgent.toLowerCase(); 
var is_mac    = (agt.indexOf("mac")!=-1);
var is_mac68k = (is_mac && ((agt.indexOf("68k")!=-1) || (agt.indexOf("68000")!=-1)));
var is_macppc = (is_mac && ((agt.indexOf("ppc")!=-1) || (agt.indexOf("powerpc")!=-1)));
var is_linux = (agt.indexOf("inux")!=-1);
if (is_mac || is_mac68k || is_macppc || is_linux) {
	document.write("<LINK REL=\"stylesheet\" HREF=\"/include/swami-mac.css\" TYPE=\"text/css\">");
} else {
	document.write("<LINK REL=\"stylesheet\" HREF=\"/include/swami-pc.css\" TYPE=\"text/css\">");
}

function imagePopup(picfile, photodesc) {
	window.open('largepic.php?picfile=' + picfile + '&photodesc=' + photodesc,'largepic','toolbar=no,location=no,directories=no,status=yes,scrollbars=yes,menubar=no,resizable=yes,copyhistory=no,width=400,height=400');
}

function newWindow(url, w, h) {
	window.open(url,"tum"+w,"width="+w+",height="+h+",status=yes,scrollbars=yes,resizable=yes");
}
