function show_flash_4(src,movie,width,height,quality,menu,bgcolor,flashvars){
    document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,0,0" width="'+width+'" height="'+height+'" id="'+movie+'">');
    document.write('<param name="movie" value="'+src+'" />');
    document.write('<param name="FlashVars" value="'+flashvars+'">');
    document.write('<param name="quality" value="'+quality+'" />');
    document.write('<param name="menu" value="'+menu+'" />');
    document.write('<param name="bgcolor" value="'+bgcolor+'" />');
    document.write('<embed src="'+src+'" swLiveConnect="true" menu="'+menu+'" FlashVars="'+flashvars+'" quality="'+quality+'" bgcolor="'+bgcolor+'" width="'+width+'" height="'+height+'" name="'+movie+'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
    document.write('</object>');
}  

function show_flash_8(src,movie,width,height,quality,menu,bgcolor,flashvars){
    document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,79" width="'+width+'" height="'+height+'" id="'+movie+'">');
    document.write('<param name="movie" value="'+src+'" />');
    document.write('<param name="FlashVars" value="'+flashvars+'">');
    document.write('<param name="quality" value="'+quality+'" />');
    document.write('<param name="menu" value="'+menu+'" />');
    document.write('<param name="bgcolor" value="'+bgcolor+'" />');
    document.write('<embed src="'+src+'" swLiveConnect="true" menu="'+menu+'" FlashVars="'+flashvars+'" quality="'+quality+'" bgcolor="'+bgcolor+'" width="'+width+'" height="'+height+'" name="'+movie+'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
    document.write('</object>');
}  

function commendation_resize(d_width,d_height){
	window.resizeTo(d_width,d_height);
	self.focus();
}

function commendation_close(close){
	if(close=='true')
		window.close();
	else
		window.setTimeout("commendation_close('true')", 10000);

}

function print_resize(d_width,d_height){
	window.resizeTo(d_width,d_height);
	self.focus();
	//window.print();
}
function openWindow(url){
	url_width=665;
	url_height=600;
	src_left=(screen.width-url_width)/2;
	src_top=(screen.height-url_height)/2;
	window.open(url,"pdf","width="+url_width+",height="+url_height+",status=no,scrollbars=no,resizable=yes,left="+src_left+",top="+src_top+"");
}