﻿function showPreOrderElectronicForm() {
    $("#dialog-preorder").dialog({ title: "Order Electronic Report ", width: 500, resizable: false, modal: true });

}

function showPreOrderPrintForm() {
    $("#iframe-dialog-print").attr("src", "http://www.jotform.com/form/2624318012");
	//$("#iframe-dialog-print").attr("onload", "javascript:alert('Coco the monkey')");
	$("#dialog-print").dialog({ title: "Order Print Report ", width: 500, resizable: false, modal: true });
}

function showCommentsForm() {
    $("#dialog-comments").dialog({ title: "Submit your comments", width: 600, resizable: false, modal: true });
}

function showQuestionnaire() {
    $("#dialog-questionnaire").dialog({ title: "Submit your answers", width: 700, resizable: false, modal: true });
}
function showSession2WebCast() {
    window.open('http://ppro.ir-live.com/avwtelav/2010.06.15/etelav100615-a/index.html','','width=430,height=300');
}
function showFullReports() {
    $("#iframe-fullreport").attr("src", "http://www.ipccreport.diamax.com/thereport.aspx");
    $("#dialog-fullreport").dialog({ title: "Read the full report", width: 850, resizable: true, modal: true });
}

