function launch_bug_window(){
	var myregcolonExp = /:/g;
	var locations = location.href.replace(myregcolonExp,"~~~");
	var bugpopwin = window.open('http://interactive.cossette.com:8888/toronto/publish/project/Bell/tiff2005bug/bug/bug_report_ext.asp?command=input&pc_bug='+locations,'bugpopup','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=no,height='+bugh+',width=566');
}
/*
if (document.layers && !this.dom){
	document.writeln('<LAYER NAME="bugxxx092001" left=0 top=0 WIDTH=1 HEIGHT=1><a href="JavaScript:launch_bug_window();">B</a></LAYER>');
	var bugh = 580;
}else{
	var bugh = 500; 
	document.write('<div name="bugxxx092001" class="bugxxx092001" id="bugxxx092001" style="border-color: Black; height: 2; width: 2; top: 0; left: 0; position: absolute; visibility: visible;"><a href="JavaScript:launch_bug_window();">B</a></div>')
}
*/
//from file 

