﻿function rssPopup(link, menu){
    popRss = window.open("","popRss","toolbar=" + menu + ", location=" + menu + ", directories=no, status=yes, menubar=no, scrollbars=yes, resizable=no, copyhistory=no, width=790, height=550");
	var tmp = popRss.document;
	tmp.write("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\"><html xmlns=\"http://www.w3.org/1999/xhtml\">");
	tmp.write("<head><title>The Forum of State Nursing Workforce Centers</title><link type=\"text/css\" rel=\"stylesheet\" href=\"/Resources/Styles.css\" />");
	tmp.write("<script type=\"text/javascript\">function showIframe(){document.getElementById('popIframe').style.display='block';}</script></head>");
	tmp.write("<body class=\"popUp\"><div class=\"popHeader\"><img src=\"Resources/images/img_logo_nwfc.jpg\" alt=\"The Forum of State Nursing Workforce Centers\"></div><div class=\"popPA\">Public Announcements</div>");
	tmp.write("<iframe onload='showIframe()' src ='" + link + "' frameborder='no' name='popIframe' id='popIframe' width='100%' height='370'></iframe><br/>");
	tmp.write("<div class=\"popUpFooter\">Copyright &copy; State Nursing Workforce Centers, 2009 | <a href=\"mailto:helpdesk@nursingworkforcecenters.org\">Contact Helpdesk</a></div>");
	tmp.close();
}

