var jWin = 0;
var jLeft = 100;
var strFlorida = "http://www.leg.state.fl.us/statutes/index.cfm?mode=View%20Statutes&SubMenu=1&App_mode=Display_Statute&Search_String=&URL=CH0316/Sec6135.HTM";
var strHawaii = "http://www.capitol.hawaii.gov/site1/docs/getstatus.asp?qu=hb1787&showtext=on&press1=docs";
var strMichigan = "http://www.legislature.mi.gov/(ndqmyz45ubdzi445x4d4sc55)/mileg.aspx?page=getObject&objectName=2006-HB-5914";

function openWin(jLink){
     if (jLink == "monsanto") jLink = "http://www.monsanto.com/monsanto/layout/our_pledge/workplace_safety/streets.asp";
     if (jLink == "adobe")    jLink = "http://www.adobe.com/products/acrobat/readstep2.html";
     jWin++; 
     jLeft=jLeft-5; 
     window.open(jLink,jWin, 'width=800,height=600,top=10,left='+jLeft+',directories=no,status=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes');
}
function change_photo(photo){
     document.images['main'].src = photo;
}

