ICRP - International Commission on Radiological Protection
/*****************************************************************************
Copyright (c) 2001 Thomas Brattli (webmaster@dhtmlcentral.com)
DHTML coolMenus - Get it at coolmenus.dhtmlcentral.com
Version 4.0_beta
This script can be used freely as long as all copyright messages are
intact.
******************************************************************************/
//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname
oCMenu.frames = 0
//Menu properties
oCMenu.pxBetween=30
oCMenu.fromLeft=20
oCMenu.fromTop=81
oCMenu.rows=1
oCMenu.menuPlacement="left"
oCMenu.offlineRoot=""
oCMenu.onlineRoot=""
oCMenu.resizeCheck=1
oCMenu.wait=1000
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=0
//Background bar properties
oCMenu.useBar=1
oCMenu.barWidth="600"
oCMenu.barHeight="menu"
oCMenu.barClass="clBar"
oCMenu.barX=0
oCMenu.barY=0
oCMenu.barBorderX=0
oCMenu.barBorderY=0
oCMenu.barBorderClass=""
//Level properties - ALL properties have to be spesified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=110
oCMenu.level[0].height=22
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=1
oCMenu.level[0].borderY=0
oCMenu.level[0].borderClass="clLevel0border"
oCMenu.level[0].offsetX=0
oCMenu.level[0].offsetY=0
oCMenu.level[0].rows=0
oCMenu.level[0].arrow=0
oCMenu.level[0].arrowWidth=0
oCMenu.level[0].arrowHeight=0
oCMenu.level[0].align="bottom"
//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[1].width=190 //oCMenu.level[0].width-2
oCMenu.level[1].height=22
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].borderX=1
oCMenu.level[1].borderY=1
oCMenu.level[1].align="right"
oCMenu.level[1].offsetX=-(oCMenu.level[0].width-2)/2+20
oCMenu.level[1].offsetY=0
oCMenu.level[1].borderClass="clLevel1border"
//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to spesify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[2].width=250
oCMenu.level[2].height=22
oCMenu.level[2].offsetX=0
oCMenu.level[2].offsetY=0
oCMenu.level[2].regClass="clLevel2"
oCMenu.level[2].overClass="clLevel2over"
oCMenu.level[2].borderClass="clLevel2border"
/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout)
*************************************/
oCMenu.makeMenu('top0','',' Home','index.asp','')
oCMenu.makeMenu('sub00','top0','Search','search.asp')
oCMenu.makeMenu('sub01','top0','Feedback','feedback.asp')
oCMenu.makeMenu('sub02','top0','Members Only','mem.asp')
oCMenu.makeMenu('sub03','top0','Links','external.asp')
oCMenu.makeMenu('sub030','sub03','IAEA','','',0,0,'','','','','','','','window.open("http://www.iaea.org/","","")')
oCMenu.makeMenu('sub0301','sub030','IAEA web page','','',0,0,'','','','','','','','window.open("http://www.iaea.org/","","")')
oCMenu.makeMenu('sub0302','sub030','IAEA Patient Protection','','',0,0,'','','','','','','','window.open("http://rpop.iaea.org/","","")')
oCMenu.makeMenu('sub031','sub03','ICNIRP','','',0,0,'','','','','','','','window.open("http://www.icnirp.de/","","")')
oCMenu.makeMenu('sub032','sub03','ICRU','','',0,0,'','','','','','','','window.open("http://www.icru.org","","")')
oCMenu.makeMenu('sub033','sub03','ILO','','',0,0,'','','','','','','','window.open("http://www.ilo.org/","","")')
oCMenu.makeMenu('sub034','sub03','IRPA','','',0,0,'','','','','','','','window.open("http://www.irpa.net","","")')
oCMenu.makeMenu('sub035','sub03','ISR','','',0,0,'','','','','','','','window.open("http://www.isradiology.org","","")')
oCMenu.makeMenu('sub036','sub03','NEA','','',0,0,'','','','','','','','window.open("http://www.nea.fr/","","")')
oCMenu.makeMenu('sub037','sub03','UNSCEAR','','',0,0,'','','','','','','','window.open("http://www.unscear.org/","","")')
oCMenu.makeMenu('sub038','sub03','WHO','','',0,0,'','','','','','','','window.open("http://www.who.int/","","")')
// oCMenu.makeMenu('sub04','top0','Sitemap','sitemap.asp')
oCMenu.makeMenu('top1','',' News & Drafts','../news.asp')
oCMenu.makeMenu('sub10','top1','News','../news.asp#newsa')
oCMenu.makeMenu('sub11','top1','Draft Reports','../news.asp#drafta')
oCMenu.makeMenu('sub12','top1','Consultations & comments','remissvar/remissvar.asp')
oCMenu.makeMenu('top2','',' Publications','products.asp')
oCMenu.makeMenu('sub21','top2','Annals of the ICRP','prod01.asp')
oCMenu.makeMenu('sub210','sub21','List of all reports in print','','',0,0,'','','','','','','','window.open("http://www.elsevier.com/wps/find/bookseriesdescription.cws_home/BS_ICRP/description","","")')
oCMenu.makeMenu('sub211','sub21','List of all reports available electronically','','',0,0,'','','','','','','','window.open("http://www.sciencedirect.com/science/journal/01466453","","")')
oCMenu.makeMenu('sub212','sub21','List of CD-ROMs','','',0,0,'','','','','','','','window.open("http://www.elsevier.com/wps/find/bookseriesdescription.cws_home/BS_ICRPCD/description","","")')
oCMenu.makeMenu('sub213','sub21','Subscriptions, purchases, free/discounted access','prod01.asp')
oCMenu.makeMenu('sub22','top2','History, Policy and Procedures','prod03.asp')
oCMenu.makeMenu('sub220','sub22',' Histpol.pdf','downloadDoc.asp?document=docs/Histpol.pdf')
oCMenu.makeMenu('sub221','sub22',' Constitution.pdf','downloadDoc.asp?document=docs/Constitution.pdf')
// oCMenu.makeMenu('sub23','top2','Database of dose coefficients','http://www.elsevier.nl/locate/series/icrpcd')
// oCMenu.makeMenu('sub23','top2','Database of dose coefficients','','',0,0,'','','','','','','','window.open("http://www.elsevier.com/wps/find/bookseriesdescription.cws_home/BS_ICRPCD/description","","")')
oCMenu.makeMenu('sub23','top2','Database of dose coefficients','prod_c.asp')
oCMenu.makeMenu('sub24','top2','Annual Report','prod04.asp')
oCMenu.makeMenu('sub236','sub24',' 2005_Ann_Rep.pdf','downloadDoc.asp?document=docs/2005_Annual_Rep_92_380_06.pdf')
oCMenu.makeMenu('sub237','sub24',' 2004_Ann_Rep.pdf','downloadDoc.asp?document=docs/2004_Annual_Rep_52_150_05.pdf')
oCMenu.makeMenu('sub238','sub24',' 2003_Ann_Rep.pdf','downloadDoc.asp?document=docs/2003_Ann_Rep_52_249_04a.pdf')
oCMenu.makeMenu('sub239','sub24',' 2002_Ann_Rep.pdf','downloadDoc.asp?document=docs/2002_Ann_Rep_52_429_03.pdf')
oCMenu.makeMenu('sub240','sub24',' 2001_Ann_Rep.pdf','downloadDoc.asp?document=docs/2001_Ann_Rep.pdf')
oCMenu.makeMenu('sub241','sub24',' 2000_Ann_Rep_52..','downloadDoc.asp?document=docs/2000_Ann_Rep_52_261_01a.pdf')
oCMenu.makeMenu('sub242','sub24',' 1999_Ann_Rep.pdf','downloadDoc.asp?document=docs/1999_Ann_Rep.pdf')
oCMenu.makeMenu('sub243','sub24',' Annrep98.pdf','downloadDoc.asp?document=docs/Annrep98.pdf')
oCMenu.makeMenu('sub244','sub24',' Annrep97.pdf','downloadDoc.asp?document=docs/Annrep97.pdf')
oCMenu.makeMenu('sub25','top2','Interim Reports','intrep.asp')
oCMenu.makeMenu('sub250','sub25',' Add3 to P53.pdf','downloadDoc.asp?document=docs/Add3 to P53.pdf')
oCMenu.makeMenu('sub251','sub25',' Add4 to P53.pdf','downloadDoc.asp?document=docs/Add4_to_P53.pdf')
oCMenu.makeMenu('sub252','sub25',' Add5-7 to P53.pdf','downloadDoc.asp?document=docs/Add_5-7_to_P53.pdf')
oCMenu.makeMenu('sub26','top2','Free educational downloads','educational_area.asp')
oCMenu.makeMenu('sub27','top2','Permissions','permissions.asp')
oCMenu.makeMenu('sub28','top2','Summary recommendations','educational_area.asp#summary')
oCMenu.makeMenu('top3','',' Activities','services.asp')
oCMenu.makeMenu('sub30','top3','Main Commission','serv01.asp')
oCMenu.makeMenu('sub300','sub30','List of Members','members.asp')
oCMenu.makeMenu('sub301','sub30','Photo','photo.asp')
oCMenu.makeMenu('sub302','sub30','Recent activities','main.asp')
oCMenu.makeMenu('sub31','top3','Radiation Effects','radiation_effects.asp')
oCMenu.makeMenu('sub310','sub31','Presentation of Members','radiation_effects_pres.asp')
oCMenu.makeMenu('sub311','sub31','Photo','radiation_effects_photo.asp')
oCMenu.makeMenu('sub312','sub31','Recent work','radiation_effects_work.asp')
oCMenu.makeMenu('sub32','top3','Doses from Radiation Exposure','c2.asp')
oCMenu.makeMenu('sub320','sub32','Members','c2_members.asp')
oCMenu.makeMenu('sub321','sub32','Photos','c2_photos.asp')
oCMenu.makeMenu('sub322','sub32','Recent work','')
oCMenu.makeMenu('sub3221','sub322','C2','c2_f1.asp')
oCMenu.makeMenu('sub3222','sub322','DOCAL','c2_f2.asp')
oCMenu.makeMenu('sub3223','sub322','INDOS','c2_f3.asp')
oCMenu.makeMenu('sub3224','sub322','HAT','c2_f4.asp')
oCMenu.makeMenu('sub33','top3','Protection in Medicine','protection_in_medicine.asp')
oCMenu.makeMenu('sub330','sub33','Presentation of members','downloadDoc.asp?document=docs/Mini_CV_ICRP_C3_updated_4_October_2008_WEB.pdf')
oCMenu.makeMenu('sub331','sub33','Photo','protection_in_medicine_photo.asp')
oCMenu.makeMenu('sub332','sub33','Recent work','protection_in_medicine_work.asp')
oCMenu.makeMenu('sub34','top3','Application of ICRP Recommendations','c4.asp','',190,33)
oCMenu.makeMenu('sub340','sub34','Information','c4information.asp')
oCMenu.makeMenu('sub341','sub34','Photos','c4photo.asp')
oCMenu.makeMenu('sub342','sub34','Recent work','c4recentwork.asp')
oCMenu.makeMenu('sub35','top3','Protection of the Environment','c5.asp')
oCMenu.makeMenu('sub36','top3','Secretariat','scientif.asp')
oCMenu.makeMenu('sub350','sub36','Photo','photo5.asp')
oCMenu.makeMenu('sub37','top3','Annals of the ICRP','prod01.asp')
oCMenu.makeMenu('top5','',' About ICRP','about.asp')
// oCMenu.makeMenu('sub50','top5','Annals of the ICRP','prod01.asp')
// oCMenu.makeMenu('sub51','top5','Main Commission','serv01.asp')
// oCMenu.makeMenu('sub510','sub51','List of Members','members.asp')
// oCMenu.makeMenu('sub511','sub51','Photo','photo.asp')
// oCMenu.makeMenu('sub512','sub51','Task Groups','main.asp')
// oCMenu.makeMenu('sub52','top5','Radiation Effects','url.asp')
// oCMenu.makeMenu('sub53','top5','Doses from Radiation Exposure','url.asp')
// oCMenu.makeMenu('sub54','top5','Protection in Medicine','url.asp')
// oCMenu.makeMenu('sub54','top5','Protection in Medicine','','',0,0,'','','','','','','','window.open("/coolmenus/maker/","","width=800,height=600")')
// oCMenu.makeMenu('sub55','top5','Application of ICRP Recommendations','url.asp','',190,33)
// oCMenu.makeMenu('sub56','top5','Scientific Secretariat','scientif.asp')
// oCMenu.makeMenu('sub560','sub56','Photo','photo5.asp')
// oCMenu.makeMenu('sub57','top5','History, Policies and Procedures of ICRP','prod03.asp','',190,33)
// oCMenu.makeMenu('sub570','sub57',' Histpol.pdf','docs/Histpol.pdf')
// oCMenu.makeMenu('sub571','sub57',' Constitution.pdf','docs/Constitution.pdf')
// oCMenu.makeMenu('sub58','top5','External Relations','external.asp')
// oCMenu.makeMenu('sub580','sub58','ICRU','','',0,0,'','','','','','','','window.open("http://www.icru.org","","")')
// oCMenu.makeMenu('sub581','sub58','ISR','','',0,0,'','','','','','','','window.open("http://www.isradiology.org","","")')
// oCMenu.makeMenu('sub582','sub58','IRPA','','',0,0,'','','','','','','','window.open("http://irpa.sfrp.asso.fr/","","")')
// oCMenu.makeMenu('sub583','sub58','ICNIRP','','',0,0,'','','','','','','','window.open("http://www.icnirp.de/","","")')
// oCMenu.makeMenu('sub584','sub58','UNSCEAR','','',0,0,'','','','','','','','window.open("http://www.unscear.org/","","")')
// oCMenu.makeMenu('sub585','sub58','WHO','','',0,0,'','','','','','','','window.open("http://www.who.int/","","")')
// oCMenu.makeMenu('sub586','sub58','ILO','','',0,0,'','','','','','','','window.open("http://www.ilo.org/","","")')
// oCMenu.makeMenu('sub587','sub58','NEA','','',0,0,'','','','','','','','window.open("http://www.nea.fr/","","")')
// oCMenu.makeMenu('sub59','top5','Constitution of ICRP','prod03.asp')
// oCMenu.makeMenu('sub590','sub59',' Histpol.pdf','docs/Histpol.pdf')
// oCMenu.makeMenu('sub591','sub59',' Constitution.pdf','docs/Constitution.pdf')
//Leave this line - it constructs the menu
oCMenu.construct()
Welcome to the ICRP Site!
Recent Updates
2008-10-14 New draft reports in preparation
2008-07-22 New draft report for consultation: Rehabilitation
2008-07-22 Availability of ICRP CD-ROMs
2008-05-21 New draft report for consultation: Emergencies
2007-12-18 New ICRP Report: 2007 Recommendations now available
Our Mission
The International Commission on Radiological Protection, ICRP, is an independent Registered Charity, established to advance for the public benefit the science of radiological protection, in particular by providing recommendations and guidance on all aspects of protection against ionising radiation.
About ICRP - The Brief Version
ICRP, the International Commission on Radiological Protection:
Is an advisory body providing recommendations and guidance on radiation protection;
Was founded in 1928 by the International Society of Radiology (ISR, the professional society of radiologist physicians);
Was then called the ‘International X-ray and Radium Protection Committee’;
Was restructured to better take account of uses of radiation outside the medical area, and given its present name, in 1950;
Is an Independent Registered Charity (a ‘not-for-profit organisation’) in the United Kingdom; and Currently has its small Scientific Secretariat in Sweden.
Would you like to find out More about ICRP?
Contact Information
ICRP:Postal Adress: ICRPSE-171 16 StockholmSweden
Telefax: +46 8 799 4285
E-Mail: scient.secretary@icrp.org
Our publisher, Elsevier Science:Website: www.elsevierhealth.com/journals/icrp
Major Regional Sales Offices:Telephone: +1 212 633 3730 (for customers in the US and South America)+31 20 485 3757 (for customers in the rest of the world)+1 888 437 4636 (toll-free in US and Canada)
Telefax: +1 212 633 3680 (for customers in the US and South America)+31 20 485 3432 (for customers in the rest of the world)
E-Mail: usinfo-f@elsevier.com (for customers in the US)nlinfo-f@elsevier.nl (for customers in the rest of the world)
Copyright © 1999, 2000, 2003 International Commission on Radiological Protection
_uacct = "UA-2328645-6";
urchinTracker();
|
|