function roundCorners(){
rC = new DHTMLgoodies_roundedCorners();
rC.addTarget('logo',10,10,'#003C4E','#36849A',10,null, 'bottom_left,bottom_right');
rC.addTarget('topbar',10,10,'#006480','#7EB0BE',10,null, 'all');
rC.addTarget('sform',10,10,'#FECD1B','#E0ECEF',0,null, 'top_right,bottom_left');
rC.addTarget('adds',10,10,'#D4F0F7','#D6E4EA',0,null, 'top_right,bottom_left');
rC.addTarget('rcol_ctr',10,10,'#D4F0F7','#D6E4EA',5,null, 'all');
//rC.addTarget('rcontent_l',5,5,'#FFFFFF','#B5D5E3',5,null, 'all');
//rC.addTarget('rcontent_cam',5,5,'#FFFFFF','#B5D5E3',5,null, 'top_right,bottom_left');
//rC.addTarget('rcontent_r',5,5,'#FFFFFF','#B5D5E3',5,null, 'all');
rC.init();
}
function clearForm(){
var inst_start_dateAV42 = window.document.Form1.includeTop_inst_start_dateAV42.value;
var inst_stop_dateAV43 = window.document.Form1.includeTop_inst_stop_dateAV43.value;
var lang_prod_destination_startAV34 = window.document.Form1.includeTop_lang_prod_destination_startAV34.value;
var lang_prod_destination_stopAV34 = window.document.Form1.includeTop_lang_prod_destination_stopAV34.value;
if (inst_start_dateAV42=='dd.mm.مممم') {
window.document.Form1.includeTop_inst_start_dateAV42.value='';
}
if (inst_stop_dateAV43=='dd.mm.مممم') {
window.document.Form1.includeTop_inst_stop_dateAV43.value='';
}
if (lang_prod_destination_startAV34=='Sted') {
window.document.Form1.includeTop_lang_prod_destination_startAV34.value='';
}
if (lang_prod_destination_stopAV34=='Sted') {
window.document.Form1.includeTop_lang_prod_destination_stopAV34.value='';
}
}