


/*                                         the following script is for opening pdf windows                         */




function openWindow(url) {
	window.open(url, "newwindow",
		"width=500,height=600,scrollbars=yes,resizable=yes,status=yes");
}








