// JavaScript Document


function openBigPicture(id){
window.open ("common/openPicture.php?id="+id,"_blank",
"top=200,left=200,width=200,height=200,menubar=0,scrollbar=0,status=0");
}


function openPopup(url,width,height){
window.open (url,"_blank","top=200,left=200,width="+width+",height="+height+",menubar=0,scrollbar=1,status=0");		
}

function openPopup2(url,width,height){
window.open (url,"_blank","top=200,left=200,width="+width+",height="+height+",menubar=0,scrollbars=yes,status=0");		
}

function emailoutlook(url){
	var width=800;
	var height=600;
	window.open ('/includes/email_url.php?id='+url,"_blank","top=200,left=200,width="+width+",height="+height+",menubar=0,scrollbars=1,status=0");	
}
	
function openPrint(url){
	var width=764;
	var height=560;
	window.open ('/includes/printable.php',"_blank","top=200,left=200,width="+width+",height="+height+",menubar=0,scrollbars=1,status=0");	
	}
	
	
function openPrint2(){
	var width=764;
	var height=560;
	window.open ('/includes/printable2.php',"_blank","top=200,left=200,width="+width+",height="+height+",menubar=0,scrollbars=1,status=0");	
	}	
	
function openPrint3(url){
	var width=764;
	var height=560;
	window.open ('/includes/printable3.php?id='+url,"_blank","top=200,left=200,width="+width+",height="+height+",menubar=0,scrollbars=1,status=0");	
	}	
	
function openPlayer(url,w,h){
//var w=200;
//var h=200;
window.open(url,"_blank","height="+h+",width="+w+",left=150,top=150,menubar=no,status=no,scrollbars=no,resizable=no");
	
}
function textsize(n){
document.getElementById("storyContainer").className="storyContainer"+n;
}

function textsize2(n){
document.getElementById("content").className="content"+n;
}





