function flashEnable(version) {
	if (navigator.userAgent.indexOf("MSIE") != -1 && 
		navigator.userAgent.indexOf("Windows") != -1 && 
		navigator.userAgent.indexOf("Opera") == -1) 
		return new ActiveXObject('ShockwaveFlash.ShockwaveFlash.' + version);
}

function feedback(str) {
revWin = window.open(str,'revwin','resizable=no,scrollbars=no,width=599,height=477,status=no,location=no,toolbar=no');
}