// JavaScript Document
var x=screen.availWidth;
var y=screen.availHeight;
var horzcenter=x/2-161;
var vertcenter=y/2-161;
function jan() {
	NewWindow=window.open('../images/calendar/2011_01.gif','newWin','left=' + horzcenter + ',top=' + vertcenter + ',toolbar=No,location=No,scrollbars=Yes,status=No,resizable=Yes,fullscreen=No,width=321,height=322');  
	NewWindow.focus();      
	void(0);
}
function feb() {
	NewWindow=window.open('../images/calendar/2011_02.gif','newWin','left=' + horzcenter + ',top=' + vertcenter + ',toolbar=No,location=No,scrollbars=Yes,status=No,resizable=Yes,fullscreen=No,width=321,height=322');  
	NewWindow.focus();      
	void(0);
}
function mar() {
	NewWindow=window.open('../images/calendar/2011_03.gif','newWin','left=' + horzcenter + ',top=' + vertcenter + ',toolbar=No,location=No,scrollbars=Yes,status=No,resizable=Yes,fullscreen=No,width=321,height=322');  
	NewWindow.focus();      
	void(0);
}
function apr() {
	NewWindow=window.open('../images/calendar/2011_04.gif','newWin','left=' + horzcenter + ',top=' + vertcenter + ',toolbar=No,location=No,scrollbars=Yes,status=No,resizable=Yes,fullscreen=No,width=321,height=322');  
	NewWindow.focus();      
	void(0);
}
function may() {
	NewWindow=window.open('../images/calendar/2011_05.gif','newWin','left=' + horzcenter + ',top=' + vertcenter + ',toolbar=No,location=No,scrollbars=Yes,status=No,resizable=Yes,fullscreen=No,width=321,height=322');  
	NewWindow.focus();      
	void(0);
}
function jun() {
	NewWindow=window.open('../images/calendar/2011_06.gif','newWin','left=' + horzcenter + ',top=' + vertcenter + ',toolbar=No,location=No,scrollbars=Yes,status=No,resizable=Yes,fullscreen=No,width=321,height=322');  
	NewWindow.focus();      
	void(0);
}
function jul() {
	NewWindow=window.open('../images/calendar/2011_07.gif','newWin','left=' + horzcenter + ',top=' + vertcenter + ',toolbar=No,location=No,scrollbars=Yes,status=No,resizable=Yes,fullscreen=No,width=321,height=322');  
	NewWindow.focus();      
	void(0);
}
function aug() {
	NewWindow=window.open('../images/calendar/2011_08.gif','newWin','left=' + horzcenter + ',top=' + vertcenter + ',toolbar=No,location=No,scrollbars=Yes,status=No,resizable=Yes,fullscreen=No,width=321,height=322');  
	NewWindow.focus();      
	void(0);
}
function sep() {
	NewWindow=window.open('../images/calendar/2011_09.gif','newWin','left=' + horzcenter + ',top=' + vertcenter + ',toolbar=No,location=No,scrollbars=Yes,status=No,resizable=Yes,fullscreen=No,width=321,height=322');  
	NewWindow.focus();      
	void(0);
}
function oct() {
	NewWindow=window.open('../images/calendar/2011_10.gif','newWin','left=' + horzcenter + ',top=' + vertcenter + ',toolbar=No,location=No,scrollbars=Yes,status=No,resizable=Yes,fullscreen=No,width=321,height=322');  
	NewWindow.focus();      
	void(0);
}
function nov() {
	NewWindow=window.open('../images/calendar/2011_11.gif','newWin','left=' + horzcenter + ',top=' + vertcenter + ',toolbar=No,location=No,scrollbars=Yes,status=No,resizable=Yes,fullscreen=No,width=321,height=322');  
	NewWindow.focus();      
	void(0);
}
function dec() {
	NewWindow=window.open('../images/calendar/2011_12.gif','newWin','left=' + horzcenter + ',top=' + vertcenter + ',toolbar=No,location=No,scrollbars=Yes,status=No,resizable=Yes,fullscreen=No,width=321,height=322');  
	NewWindow.focus();      
	void(0);
}

