// for James Place: Window on Indonesia ONLY// www.manalagi.com/jamesplacefunction autoFrames() {	var thisFrame = "null";		// top.frames.length returns a value of 0 if we are not within a frameset	if (top.frames.length == 0) {		thisPage = document.location;	thisFrame = '<FRAME SRC="' + thisPage  + '" name="main" marginwidth=0 marginheight=0>';		document.write('<FRAMESET cols="156,1*" border=0 name="master">');	document.write('<FRAME SRC="../../navCol.html" name="navCol" marginwidth=0 marginheight=0 scrolling="no">');	document.write(thisFrame);	document.write('</FRAMESET>');		if (navigator.appName == "Microsoft Internet Explorer") alert("Internet Explorer Users: Please choose from one of the categories to your left.");		} // end if	} // end autoFrames