function menuT(){
document.write('<div class="menu_bar"></div>');
}

var isPrint = window.location.search.substring(1, window.location.search.length); 
if (isPrint =="print") { 
document.write('<link rel="stylesheet" type="text/css" href="../../shared/css/media_print.css">');
} 

function printWin(){ 
var url=document.URL; 
w = window.open(url+"?print","print","WIDTH=600,HEIGHT=500,SCROLLBARS=1,RESIZABLE=1,TOOLBAR=1,MENUBAR=1,LOCATION=0 DIRECTORIES=0,STATUS=1"); 

} 