if(ctc_w == undefined) ctc_w = 240;
if(ctc_h == undefined) ctc_h = 180;
if(ctc_a == undefined) ctc_a = "";
if(isNaN(ctc_w)){
	ctc_w=240;
}
else{
	if(ctc_w < 120) ctc_w=120;
	if(ctc_w > 600) ctc_w=600;
}

if(isNaN(ctc_h)){
	ctc_h=180;
}
else{
	if(ctc_h > 350) ctc_h=350;
	if(ctc_h < 110) ctc_h=110;
	if(ctc_w+ctc_h < 450){
		ctc_h=450 - ctc_w;
	}
}
if(ctc_a != "") document.write("<iframe src =\"http://ww2.amnesty.org.au/tag/index.php?a="+ctc_a+"\" width=\""+ctc_w+"px\" height=\""+ctc_h+"px\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"></iframe>");
else document.write("<iframe src =\"http://ww2.amnesty.org.au/tag/index.php?c1="+ctc_c1+"&amp;c2="+ctc_c2+"&amp;c3="+ctc_c3+"&amp;c4="+ctc_c4+"&amp;c5="+ctc_c5+"&amp;c6="+ctc_c6+"\" width=\""+ctc_w+"px\" height=\""+ctc_h+"px\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"></iframe>");
