var url = 'http://mailinglists.cmc.sy/lists/?p=subscribe';
var start_msg = '<center></center>';
var wait_msg = '<center>Please wait</center>';
var done_msg = '<center>Done!</center>';
var error_msg = '<center>An error occured, retry</center>';
var button_label = 'Send';
var bgcolor = '#e6f3fa';
function mlng(){
	window.mailing.document.write('<body style="margin:0px;" bgcolor="'+bgcolor+'">'+wait_msg+'</body>');
	return true;
}
//document.write('<iframe scrolling="no" frameborder="0" width="100%" height="20" name="mailing" id="mailing"></iframe><form style="margin:0px;" onsubmit="return mlng()" action="mailing.php" method="post" target="mailing" ><input type="hidden" name="url" value="'+url+'"><input type="hidden" name="bgcolor" value="'+bgcolor+'"><input type="hidden" name="start_msg" value="'+start_msg+'"><input type="hidden" name="wait_msg" value="'+wait_msg+'"><input type="hidden" name="done_msg" value="'+done_msg+'"><input type="hidden" name="error_msg" value="'+error_msg+'"><center><INPUT class="but"  name="email"><br><input type="image" src="themes/theme_default/images/send.gif" value="'+button_label+'"></center></form>');
document.write('<iframe bgcolor="#D2D1D1" scrolling="no" frameborder="0" width="100%" height="15" name="mailing" id="mailing"></iframe><form style="margin:0px;" action="mailing.php" method="post" target="mailing" ><input type="hidden" name="url" value="'+url+'"><input type="hidden" name="bgcolor" value="'+bgcolor+'"><input type="hidden" name="start_msg" value="'+start_msg+'"><input type="hidden" name="wait_msg" value="'+wait_msg+'"><input type="hidden" name="done_msg" value="'+done_msg+'"><input type="hidden" name="error_msg" value="'+error_msg+'"><center><INPUT class="but"  name="email" class="input1"><br><input type="image" name="imageField" src="themes/theme_default/images/send.gif" /></center></form>');
//var doc = testFrame.contentDocument;
var testFrame = document.getElementById("mailing");
var val='<body style="margin:0px;" bgcolor="'+bgcolor+'" style="margin:0px;font-family:tahoma; color:#333333;text-align:center; font-size:12px ">'+start_msg+'</body>';
doc = testFrame.contentWindow.document;
doc.open();
doc.write(val);
doc.close();
//iframe.contentWindow.document.body.innerHTML
//window.mailing.document.write('<body bgcolor="'+bgcolor+'" style="margin:0px;font-family:tahoma;color:#184f71;text-align:center; font-size:12px ">'+start_msg+'</body>');
