	function openWindow(url, width, height) {
		
		if(window.rammer) {							//	the window is open
	//		if(!window.rammer.closed) {				//	its really open
	
				if (document.all && isMac) {		//	its ie mac, so no embed control
					window.rammer.close()
					return
				}
	
				else {
					window.rammer.document.rpm.DoPlayPause()
					return
				}
	//		}
		}
		
		rammer = open("/media/sound/soundtrack.html", "rammer", "toolbar=no,status=no,height=36,width=300,resizable=no,location=no,menubar=no,scrollbars=no,titlebar=no");
		id = rammer.document
		
		id.close();
		window.rammer.blur();
		return
	}
