function fixFrameSet(){	if (window != top)	{		top.location.href = 'http://www.tjm.com.au/master_frameset.asp';	}}function fixParentFrame(){	if (parent.location.href.substring(0,49) != 'http://www.tjmproducts.com.au/master_frameset.asp' && parent.location.href.substring(0,41) != 'http://www.tjm.com.au/master_frameset.asp')	{		window.location.href = 'http://www.tjm.com.au/master_frameset.asp?target=' + self.location.href;	}}function MM_reloadPage(init) {  //reloads the window if Nav4 resized	if (init==true) with (navigator) {		if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {			document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage;		}	}else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();}function MM_jumpMenu(targ,selObj,restore){	eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");	if (restore) selObj.selectedIndex=0;}function MM_openBrWindow(theURL,winName,features) { //v2.0	window.open(theURL,winName,features);}