
/** MapQuest Window Open  ***/
function mypopup_1()
 {
	window.open ("http://www.mapquest.com/maps/Northwestern+Skin+Cancer+Institute:IL/#a/maps/l:Northwestern+Skin+Cancer+Inst:737+N+Michigan+Ave+&35;+2310:Chicago:IL:60611:US:41.896278:-87.624267:address:/m:null:12:41.896277:-87.624267:0::/io:0:::::f:EN:M:/e",
	"myWindow", 'scrollbars=1,toolbar=0,resizable=1,width=800,height=800,') ;   		 		
 }
/** Google Map Window Open  ***/
function mypopup_2()
 {
	window.open ("http://maps.google.com/maps?hl=en&ie=UTF-8&q=skin+cancer+institute,&near=Chicago,+IL&fb=1&cid=4579945054488703521&li=lmd&z=14&t=m",
	"GoogleWindow", 'scrollbars=1,toolbar=0,resizable=1,width=800,height=800,') ; 
 

  }



/*** Open NWSCI Entrance Map  ***/ 

function openMap_1()
{
	window.open("mapwindow1.html","mapwindow",'scrollbars=1,toolbar=0,resizable=1,width=800,height=700,') ; 

}
/*** Open Print Form Window  ***/ 
function openPrintForm_1()
{
	window.open("PrintFormWindow1.html","printwindow",'scrollbars=1,toolbar=0,resizable=1,width=400,height=350,') ; 

}

function print_myfile1()
{
window.open("Hform.PDF","Hformwindow",'scrollbars=1,toolbar=0,resizable=1,width=800,height=700,') ; 
}
function print_myfile2()
{
window.open("Dsheet.PDF","Dsheetwindow",'scrollbars=1,toolbar=0,resizable=1,width=800,height=700,') ; 
}

