// JavaScript Document
function disp(url){ 
window.open(url, "window_name", "width=720,height=650,scrollbars=yes"); 
} 
function win01(url){ 
window.open(url, "window_name", "width=600,height=500,scrollbars=yes"); 
} 

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function submitForm() {
document.formname.submit();
}

// PRINT BUTTON +++++++++++++++++++++++++++++++++++++//
function openWin(){
	window.open(window.location.href,"printWindow");
}
function openWin_sc(){
	window.open(window.location.href,"printWindow_sc");
}
function openWin_search(){
	window.open(window.location.href,"printWindow_search");
}



