function confirmDisableTrack(Track_ID,checkCount,ChangeStatus) {
	var tempMessage = "Are you sure you want to " + '\n' +  ChangeStatus + " this Track? " + '\n' +  '\n' + "This action will ";
	
	if (ChangeStatus == "Enable") 
		var action = "resume";
	else
		var action = "pause";
		
	tempMessage = tempMessage + action + " all deliveries" + '\n' +  "to individuals with this track setting. ";
	
	var name = confirm(tempMessage);
	
	if (name == true) {
		tracksForm.fuseaction.value=tracksForm.changeUserTrackStatusFuseaction.value;
		tracksForm.track_ID.value=Track_ID;
		tracksForm.submit();
	}
	else 
		if (ChangeStatus == "Enable")
			{tracksForm.enabledTracks[checkCount].checked=false;}
		else
			{tracksForm.enabledTracks[checkCount].checked=true;}
}

function confirmDeleteLists(deleteFuseAction)
{
	var name = confirm("Are you sure you want to " + '\n' +  "Delete the Selected lists? " + '\n' +  '\n' + "This action cannot be undone. ")
	if (name == true) {
		manageListsForm.fuseaction.value=deleteFuseAction;
		manageListsForm.submit();
	}
	else
		{return}
}

function changeTrackItemStatus(newLocationLink,checkCount,DeliveryName,TrackName,ChangeStatus)
{
	var name = confirm('Do you want to ' + ChangeStatus + '\n \n ' + DeliveryName + '\n' + '\n' + ' from ' + TrackName + '. ')
	if (name == true)
		location=newLocationLink;
	else
		if (ChangeStatus == "Enable")
			{trackForm.includedItems[checkCount].checked=false;}
		else
			{trackForm.includedItems[checkCount].checked=true;}
}

function confirmItemRenewal(newLocationLink,DeliveryName)
{
	var name = confirm("Do you want to Renew " + DeliveryName + "? "  + '\n' + '\n' + "This will be submitted to compliance for renewal. ")
	if (name == true)
		location=newLocationLink;
	else
		{return}
}

function confirmDeleteDeliveryGeneral(newLocationLink,DeliveryName)
{
	var name = confirm("Are you sure you want to Delete " + DeliveryName + "? "  + '\n' + '\n' + "This action cannot be undone. ")
	if (name == true)
		location=newLocationLink;
	else
		{return}
}

function confirmDeleteContactsAll(deleteFuseAction)
{
	var name = confirm("Are you sure you want to Delete these contacts \n from your master contact list? " + '\n' + '\n' + "Doing so will remove the selected contacts \n from all lists. \n\n This action cannot be undone. ")
	if (name == true) {
		manageMembersForm.fuseaction.value=deleteFuseAction; 
		manageMembersForm.submit();
	}
	else
		{return}
}

function confirmDeleteContact(name,deleteFuseAction,contact_ID)
{
	if (deleteFuseAction == 'ecls.deleteContact') {
		var name = confirm('Are you sure you want to Delete ' + name + ' from the "All Contacts" list?' + '\n' + '\n' + 'This contact will be removed from all affiliated lists. This process can not be undone! ')
	}
	else {
		var name = confirm('Are you sure you want to Delete ' + name + ' from this list? ' + '\n' + '\n' + 'This contact information will remain in-tact within ' + '\n' +'the "All Contacts" list plus any additional affiliated lists. ')
	}
		
	if (name == true) {
		manageMembersForm.fuseaction.value=deleteFuseAction; 
		manageMembersForm.contact_ID.value=contact_ID;
		manageMembersForm.submit();
	}
	else
		{return}
}

function confirmDeleteList(newLocationLink,ListName)
{
var name = confirm("Are you sure you want to delete \n \n" + ListName)
if (name == true) {
	location=newLocationLink;
	}
else
	return;
}

function confirmFileDeliveryFuture(newLocationLink)
{
var name = confirm("Copying this delivery item to the Filecabinet " + '\n' + "makes it available to re-send at a later date." + '\n' + '\n' + "Click OK to continue, then Go to Select & Send " + '\n' + "/ Filecabinet to access and re-send this item. ")
if (name == true) {
	location=newLocationLink;
	}
else
	return;
}

function confirmFileDeliveryPast()
{
var name = confirm("Copying this delivery item to the Filecabinet " + '\n' + "makes it available to re-send at a later date." + '\n' + '\n' + "Click OK to continue, then Go to Select & Send " + '\n' + "/ Filecabinet to access and re-send this item. ")
if (name == true)
{location='#'}
else
{return}
}

function confirmDeleteFiled(newLocationLink,DeliveryName)
{
var name = confirm("Are you sure you want to Delete \n\n" +  DeliveryName + '\n\n' + "From the Filecabinet?" + '\n' + "This action cannot be undone.")
if (name == true)
	{location=newLocationLink}
else
	{return}
}

function confirmDeleteGroupLists()
{
if (confirm("Are you sure you want to " + '\n' +  "Delete the Selected Groups? " + '\n' +  '\n' + "This action cannot be undone. ")){
	groupListForm.fuseaction.value=groupListForm.deleteFuseaction.value;
	groupListForm.submit();
	}
else
	return;
}

function confirmDeleteOfficerList()
{
if (confirm("Are you sure you want to " + '\n' +  "Delete the Selected Compliance Officers? " + '\n' +  '\n' + "This action cannot be undone. ")){
	complianceOfficerForm.fuseaction.value=complianceOfficerForm.deleteFuseaction.value; 
	complianceOfficerForm.submit();
	}
else
	return;
}

function confirmDeleteDisclosureLists()
{
if (confirm("Are you sure you want to " + '\n' +  "Delete the Selected Disclosures? " + '\n' +  '\n' + "This action cannot be undone. ")){
	disclosureForm.fuseaction.value=disclosureForm.deleteFuseaction.value;
	disclosureForm.submit();
	}
else
	return;
}

function confirmDeleteDeliveryFuture()
{
var name = confirm("Are you sure you want to Delete this "  + '\n' + "item from your scheduled deliveries? "  + '\n' + '\n' + "This action cannot be undone. ")
if (name == true)
{location='#'}
else
{return}
}

function panel_add_list()
{
alert("Enter a name for your new list " + '\n' + "then click Submit. ")
}

function q_choose_contacts(appPath)
{
var OpenWindow=window.open("", "", "scrollbars=yes,resizable=yes,height=300,width=400");
OpenWindow.document.write('<html><head>\
<link href="' + appPath + '/Styles/styles_p.css" rel="stylesheet" type="text/css"></head><body>\
<table width="300" align="center" cellpadding="0" cellspacing="0" border="0"><tr><td>\
<p class="bold">Send to Contact(s)</p>\
<ul><li>Use check boxes to select/deselect contacts.\
<li>When you are finished choosing your contacts, click Send to Selected.</ul>\
<input type="submit" value="Close this Window" onClick="window.close()">\
</td></tr></table>\
</body></html>')
}

function q_choose_content(appPath)
{
var OpenWindow=window.open("", "", "scrollbars=yes,resizable=yes,height=300,width=400");
OpenWindow.document.write('<html><head>\
<link href="' + appPath + '/Styles/styles_p.css" rel="stylesheet" type="text/css"></head><body>\
<table width="300" align="center" cellpadding="0" cellspacing="0" border="0"><tr><td>\
<p class="bold">Pick Content</p>\
<ul><li>Use check boxes to select/deselect content.\
<li>To view individual content, click on the title of the piece you want to see.\
<li>When you are finished, click Add Selected Content.</ul>\
<input type="submit" value="Close this Window" onClick="window.close()">\
</td></tr></table>\
</body></html>')
}

function q_choose_lists(appPath)
{
var OpenWindow=window.open("", "", "scrollbars=yes,resizable=yes,height=300,width=400");
OpenWindow.document.write('<html><head>\
<link href="' + appPath + '/Styles/styles_p.css" rel="stylesheet" type="text/css"></head><body>\
<table width="300" align="center" cellpadding="0" cellspacing="0" border="0"><tr><td>\
<p class="bold">Send to List(s)</p>\
<ul><li>Use check boxes to select/deselect lists.\
<li>When you are finished choosing your lists, click Send to Selected.</ul>\
<input type="submit" value="Close this Window" onClick="window.close()">\
</td></tr></table>\
</body></html>')
}

function q_input_message(appPath)
{
var OpenWindow=window.open("", "", "scrollbars=yes,resizable=yes,height=300,width=400");
OpenWindow.document.write('<html><head>\
<link href="' + appPath + '/Styles/styles_p.css" rel="stylesheet" type="text/css"></head><body>\
<table width="300" align="center" cellpadding="0" cellspacing="0" border="0"><tr><td>\
<p class="bold">Input Message</p>\
<ul><li>This is where you add a personalized message to your custom delivery.\
<li>When you are finished, click Save Changes.</ul>\
<input type="submit" value="Close this Window" onClick="window.close()">\
</td></tr></table>\
</body></html>')
}

function q_panel_action(appPath)
{
var OpenWindow=window.open("", "", "scrollbars=yes,resizable=yes,height=300,width=400");
OpenWindow.document.write('<html><head>\
<link href="' + appPath + '/Styles/styles_p.css" rel="stylesheet" type="text/css"></head><body>\
<table width="300" align="center" cellpadding="0" cellspacing="0" border="0"><tr><td>\
<p class="bold">Actions</p> \
<p>With this tool you can perform actions on selected contacts within the currently displayed list.</p> \
<p>Use the first pull-down menu to choose an action. </p> \
<p>If necessary, use the second pull-down menu to assign a destination for the chosen action.</p> \
<input type="submit" value="Close this Window" onClick="window.close()">\
</td></tr></table>\
</body></html>')
}

function q_panel_filter(appPath)
{
var OpenWindow=window.open("", "", "scrollbars=yes,resizable=yes,height=300,width=400");
OpenWindow.document.write('<html><head>\
<link href="' + appPath + '/Styles/styles_p.css" rel="stylesheet" type="text/css"></head><body>\
<table width="300" align="center" cellpadding="0" cellspacing="0" border="0"><tr><td>\
<p class="bold">Filter List</p> \
<p>With this tool you can filter within the currently displayed list based on client \
type, target market, and impact to your business.</p> \
<p>Once you have selected criteria to display, click Submit. </p> \
<p>The list will refresh and exclude contacts based on your selections.</p> \
<input type="submit" value="Close this Window" onClick="window.close()">\
</td></tr></table>\
</body></html>')
}

function q_panel_name(appPath)
{
var OpenWindow=window.open("", "", "scrollbars=yes,resizable=yes,height=300,width=400");
OpenWindow.document.write('<html><head>\
<link href="' + appPath + '/Styles/styles_p.css" rel="stylesheet" type="text/css"></head><body>\
<table width="300" align="center" cellpadding="0" cellspacing="0" border="0"><tr><td>\
<p class="bold">Find Contact</p> \
<p>Type in the first or last name of the contact you want to track.</p> \
<p>The list will filter based on the results of your search.</p> \
<input type="submit" value="Close this Window" onClick="window.close()">\
</td></tr></table>\
</body></html>')
}

function q_contact_info_b(appPath)
{
var OpenWindow=window.open("", "", "scrollbars=yes,resizable=yes,height=300,width=400");
OpenWindow.document.write('<html><head>\
<link href="' + appPath + '/Styles/styles_p.css" rel="stylesheet" type="text/css"></head><body>\
<table width="300" align="center" cellpadding="0" cellspacing="0" border="0"><tr><td>\
<p class="bold">Basic Contact Information</p> \
<p>This information is vital to basic contact management. Items marked with \
   an asterisk* are required for your E-content system to function properly.</p> \
<input type="submit" value="Close this Window" onClick="window.close()">\
</td></tr></table>\
</body></html>')
}

function q_contact_info_m(appPath)
{
var OpenWindow=window.open("", "", "scrollbars=yes,resizable=yes,height=300,width=400");
OpenWindow.document.write('<html><head>\
<link href="' + appPath + '/Styles/styles_p.css" rel="stylesheet" type="text/css"></head><body>\
<table width="300" align="center" cellpadding="0" cellspacing="0" border="0"><tr><td>\
<p class="bold">Marketing Contact Information</p> \
<p>Information in this area helps you utilize the more advanced \
   functionality of your E-content system.</p> \
<input type="submit" value="Close this Window" onClick="window.close()">\
</td></tr></table>\
</body></html>')
}






//Phase II Additions


function confirmComplianceAdmin()
{
var name = confirm("Giving this permission to a compliance officer allows them to edit other" + '\n' + "compliance administrators including yourself. Do you wish to continue?")
if (name == true)
{location='#'}
else
{return}
}

function confirmDeleteContactAll()
{
var name = confirm("Are you sure you want to Delete #First# #Last# from your contacts? " + '\n' + '\n' + "Doing so will remove this contact from all lists. " + '\n' + '\n' + "This action cannot be undone. ")
if (name == true)
{window.open('econ_05_all.html','con')}
else
{return}
}

function confirmDeleteContacts()
{
var name = confirm('Are you sure you want to Delete the selected contacts from this list? ' + '\n' + '\n' + 'This contact information will remain in-tact within ' + '\n' +'the "All Contacts" list plus any additional affiliated lists. ')
if (name == true)
{window.open('#','con')}
else
{return}
}

function confirmDisableElement(include)
{

	if (include == 1) {
		var includeText = "Skip";
		var includeText2 = "Exclude";
	}
	else {
		var includeText = "Add";
		var includeText2 = "Include";
	}
	
	if (confirm("Are you sure you want to " + includeText + " this Element? " + '\n' +  '\n' + "This action will " + includeText2 + " this item" + '\n' +  "for all individuals who are set to this track. ")){
		manageElementsForm.fuseaction.value=manageElementsForm.editFuseaction.value;
		manageElementsForm.submit();
	}
	else {
		return;
	}
}
	
function confirmDisableItem(include)
{

	if (include == 1) {
		var includeText = "Skip";
		var includeText2 = "Exclude";
	}
	else {
		var includeText = "Add";
		var includeText2 = "Include";
	}
	
	if (confirm("Are you sure you want to " + includeText + " this Delivery? " + '\n' +  '\n' + "This action will " + includeText2 + " this item" + '\n' +  "for all individuals who are set to this track. ")){
		manageItemsForm.fuseaction.value=manageItemsForm.editFuseaction.value;
		manageItemsForm.submit();
	}
	else {
		return;
	}
}
	
function confirmDuplicate()
{
var OpenWindow=window.open("", "", "scrollbars=no,resizable=yes,height=180,width=320");
OpenWindow.document.write('<html><head>\
<link href="styles_p.css" rel="stylesheet" type="text/css"></head><body class="confirm">\
<table align="center" cellpadding="5" cellspacing="0" border="0"><tr><td>\
<img src="../images/bubble_exclaim.gif"></td><td>\
<p><span class="bold">Note:</span> Your new delivery will retain the name of the delivery you are copying.</p>\
<p>Use the "Date Created" column of the Filecabinet to differentiate between versions.</p>\
<input type="submit" value="Save Delivery" onClick="window.close()"> <input type="submit" value="Cancel" onClick="window.close()">\
</td></tr></table>\
</body></html>')
}

function confirmDuplicateCustom()
{
var OpenWindow=window.open("", "", "scrollbars=no,resizable=yes,height=160,width=320");
OpenWindow.document.write('<html><head>\
<link href="styles_p.css" rel="stylesheet" type="text/css"></head><body class="confirm">\
<table align="center" cellpadding="5" cellspacing="0" border="0"><tr><td>\
<img src="../images/bubble_exclaim.gif"></td><td>\
<p>Enter a name for your <br>new custom delivery.</p>\
<input type="text" size="25"><br><br>\
<input type="submit" value="Save Delivery" onClick="window.close()"> <input type="submit" value="Cancel" onClick="window.close()">\
</td></tr></table>\
</body></html>')
}

function confirmFileDeliveryCompliance()
{
var name = confirm("Moving this delivery item to the Filecabinet " + '\n' + "makes it available to re-send at a later date." + '\n' + '\n' + "Go to Select & Send / Filecabinet to access " + '\n' + "and re-send this item. ")
if (name == true)
{location='#'}
else
{return}
}

function confirmNoLibSet()
{
var name = confirm("This track has no libraries assigned. " + '\n' + "You must assign at least one library" + '\n' + "before you can add deliveries to this track." + '\n' + '\n' + "Click OK to continue, then click the " + '\n' + "Edit Library settting(s) button.")
if (name == true)
{location='#'}
else
{return}
}

function confirmDeleteLib()
{
var OpenWindow=window.open("", "", "scrollbars=no,resizable=yes,height=210,width=420");
OpenWindow.document.write('<html><head>\
<link href="styles_p.css" rel="stylesheet" type="text/css"></head><body class="confirm">\
<table align="center" cellpadding="5" cellspacing="0" border="0"><tr><td>\
<img src="../images/bubble_exclaim.gif"></td><td>\
<p><span class="bold">WARNING:</span> Removing this library will make this track unavailable to #qty# agents.  #Qty# clients who are assigned to the track will stop receiving track content. </p>\
<p align="Center"><input type="submit" value="Notify Affected Agents" onClick="window.close()"> </p>\
<p align="Center"><input type="submit" value="Do Not Notify Affected Agents" onClick="window.close()"></p>\
<p align="Center"><input type="submit" value="Cancel Change" onClick="window.close()"></p>\
</td></tr></table>\
</body></html>')
}

function confirmSaveDelivery()
{
alert("Your delivery has been saved to the Filecabinet. " + '\n' + '\n' + "Go to Select & Send / Filecabinet to access or send this item. ")
}

function icon_changes_requested()
{
alert("Click View/Edit for this delivery item " + '\n' + "to view requested changes. ")
}

function q_add_contacts()
{
var OpenWindow=window.open("", "", "scrollbars=yes,resizable=yes,height=300,width=400");
OpenWindow.document.write('<html><head>\
<link href="styles_p.css" rel="stylesheet" type="text/css"></head><body style="margin:10px;">\
<table width="300" align="center" cellpadding="0" cellspacing="0" border="0"><tr><td>\
<p class="bold">Add Contact(s)</p>\
<ul><li>Use check boxes to select/deselect contacts.\
<li>When you are finished choosing your contacts, click Add Selected.</ul>\
<input type="submit" value="Close this Window" onClick="window.close()">\
</td></tr></table>\
</body></html>')
}

function q_input_disclosure()
{
var OpenWindow=window.open("", "", "scrollbars=yes,resizable=yes,height=300,width=400");
OpenWindow.document.write('<html><head>\
<link href="styles_p.css" rel="stylesheet" type="text/css"></head><body style="margin:10px;">\
<table width="300" align="center" cellpadding="0" cellspacing="0" border="0"><tr><td>\
<p class="bold">Custom Disclosure</p>\
<ul><li>This is where you customize the disclosure for the current delivery item.\
<li>Edit or replace the existing disclosure that appears in the text area.\
<li>When you are finished, click Apply custom disclosure.\
<li>To exit without saving changes, click Cancel.</ul>\
<input type="submit" value="Close this Window" onClick="window.close()">\
</td></tr></table>\
</body></html>')
}

function q_panel_action()
{
var OpenWindow=window.open("", "", "scrollbars=yes,resizable=yes,height=300,width=400");
OpenWindow.document.write('<html><head>\
<link href="styles_p.css" rel="stylesheet" type="text/css"></head><body style="margin:10px;">\
<table width="300" align="center" cellpadding="0" cellspacing="0" border="0"><tr><td>\
<p class="bold">Actions</p> \
<p>With this tool you can perform actions on selected contacts within the currently displayed list.</p> \
<p>Use the first pull-down menu to choose an action. </p> \
<p>If necessary, use the second pull-down menu to assign a destination for the chosen action.</p> \
<input type="submit" value="Close this Window" onClick="window.close()">\
</td></tr></table>\
</body></html>')
}

function q_panel_filter()
{
var OpenWindow=window.open("", "", "scrollbars=yes,resizable=yes,height=300,width=400");
OpenWindow.document.write('<html><head>\
<link href="styles_p.css" rel="stylesheet" type="text/css"></head><body style="margin:10px;">\
<table width="300" align="center" cellpadding="0" cellspacing="0" border="0"><tr><td>\
<p class="bold">Filter List</p> \
<p>With this tool you can filter within the currently displayed list based on client \
type, target market, and impact to your business.</p> \
<p>Once you have selected criteria to display, click Submit. </p> \
<p>The list will refresh and exclude contacts based on your selections.</p> \
<input type="submit" value="Close this Window" onClick="window.close()">\
</td></tr></table>\
</body></html>')
}
function q_panel_name()
{
var OpenWindow=window.open("", "", "scrollbars=yes,resizable=yes,height=300,width=400");
OpenWindow.document.write('<html><head>\
<link href="styles_p.css" rel="stylesheet" type="text/css"></head><body style="margin:10px;">\
<table width="300" align="center" cellpadding="0" cellspacing="0" border="0"><tr><td>\
<p class="bold">Find Contact</p> \
<p>Type in the first or last name of the contact you want to track.</p> \
<p>The list will filter based on the results of your search.</p> \
<input type="submit" value="Close this Window" onClick="window.close()">\
</td></tr></table>\
</body></html>')
}

function q_contact_info_b()
{
var OpenWindow=window.open("", "", "scrollbars=yes,resizable=yes,height=300,width=400");
OpenWindow.document.write('<html><head>\
<link href="styles_p.css" rel="stylesheet" type="text/css"></head><body style="margin:10px;">\
<table width="300" align="center" cellpadding="0" cellspacing="0" border="0"><tr><td>\
<p class="bold">Basic Contact Information</p> \
<p>This information is vital to basic contact management. Items marked with \
   an asterisk* are required for your E-content system to function properly.</p> \
<input type="submit" value="Close this Window" onClick="window.close()">\
</td></tr></table>\
</body></html>')
}
function view_requested_changes()
{
window.open("compliance_01.html", "", "scrollbars=yes,resizable=yes,width=400,height=300,top=300,left=400")
}
function editRetain_01()
{
window.open("c_01enm/index.html","padre","")
}

function editSubmit_01()
{
window.open("c_01em/index.html","padre","")
}

function editRetain_02()
{
window.open("c_02enm/index.html","padre","")
}

function editSubmit_02()
{
window.open("c_02em/index.html","padre","")
}

function editelement_01()
{
window.open("add_element_01d_edit.html","padre","scrollbars=yes,resizable=yes,width=660,height=600")
}

function editelement_02()
{
window.open("copy_element_00.html","padre","scrollbars=yes,resizable=yes,width=660,height=600")
}

function retainelement_01()
{
window.open("c_02em/index.html","padre","")
}

function edit_custom_01()
{
var OpenWindow=window.open("", "", "scrollbars=no,resizable=yes,height=360,width=600");
OpenWindow.document.write('<html><head>\
<link href="styles_p.css" rel="stylesheet" type="text/css">\
<script src="scripts_p.js" type="text/javascript"></script>\
</head><body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0" class="confirm">\
<table width="100%" height="100%" cellpadding="10" cellspacing="0" border="0">\
<tr><td colspan="2" height="5" style="border-bottom: 1px solid #333333; font-weight: bold;">\
<table cellpadding="3" cellspacing="0" border="0"><tr><td class="bold" style="font-size: 15px;">\
WARNING:\
</td><td style="vertical-align:bottom;" class="bold">\
This delivery contains compliance approved content. You have two editing options. \
</td></tr></table>\
</td></tr><tr>\
<td width="50%" style="background-color: #dddddd; border-right: 1px solid #888888;">\
<p class="bold">OPTION 1 <br>Change graphic theme and Save</p> \
<ul>\
   <li>Change color and graphic theme</li> \
   <li>Add/Remove optional masthead elements</li> \
   <li>Save</li> \
</ul>\
</td><td width="50%" style="background-color: #cccccc;">\
<p class="bold">OPTION 2 <br>Change custom approved content and Submit</p> \
<ul>\
   <li>Change e-mail subject line</li> \
   <li>Add/Remove or re-arrange content</li> \
   <li>Change personal message</li> \
   <li>Submit</li> \
</ul>\
<p>Your existing Filecabinet item will remain in-tact, a new delivery will be sent to compliance for review. To view the compliance status of your new delivery item, go to Select & Send / Custom Deliveries / Compliance Status.</p>\
</td></tr><tr>\
<td height="5" align="center" style="background-color: #dddddd; border-right: 1px solid #888888;"><input type="submit" class="bold" value="Make Basic Changes" onClick="editRetain_01(); window.close()"></td>\
<td align="center" style="background-color: #cccccc;"><input type="submit" class="bold" value="Edit Custom Content" onClick="editSubmit_01(); window.close()"></td>\
</tr><tr>\
<td height="5" align="center" style="color: #bb1100; font-weight: bold; background-color: #dddddd; border-right: 1px solid #888888;">\
NO ADDITIONAL APPROVAL REQUIRED</td>\
<td align="center" style="color: #bb1100; font-weight: bold; background-color: #cccccc;">\
MUST RE-SUBMIT TO COMPLIANCE</td>\
</tr><tr>\
<td height="5" align="center" style="color: #bb1100; font-weight: bold; background-color: #dddddd; border-right: 1px solid #888888;">\
&nbsp;</td>\
<td align="center" style="color: #bb1100; font-weight: bold; background-color: #cccccc;">\
&nbsp;</td>\
</tr></table>\
</body></html>')
}

function edit_custom_02()
{
var OpenWindow=window.open("", "", "scrollbars=no,resizable=yes,height=360,width=600");
OpenWindow.document.write('<html><head>\
<link href="styles_p.css" rel="stylesheet" type="text/css">\
<script src="scripts_p.js" type="text/javascript"></script>\
</head><body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0" class="confirm">\
<table width="100%" height="100%" cellpadding="10" cellspacing="0" border="0">\
<tr><td colspan="2" height="5" style="border-bottom: 1px solid #333333; font-weight: bold;">\
<table cellpadding="3" cellspacing="0" border="0"><tr><td class="bold" style="font-size: 15px;">\
WARNING:\
</td><td style="vertical-align:bottom;" class="bold">\
This delivery contains compliance approved content. You have two editing options. \
</td></tr></table>\
</td></tr><tr>\
<td width="50%" style="background-color: #dddddd; border-right: 1px solid #888888;">\
<p class="bold">OPTION 1 <br>Change graphic theme and Save</p> \
<ul>\
   <li>Change color and graphic theme</li> \
   <li>Add/Remove optional masthead elements</li> \
   <li>Save</li> \
</ul>\
</td><td width="50%" style="background-color: #cccccc;">\
<p class="bold">OPTION 2 <br>Change custom approved content and Submit</p> \
<ul>\
   <li>Change e-mail subject line</li> \
   <li>Add/Remove or re-arrange content</li> \
   <li>Change personal message</li> \
   <li>Submit</li> \
</ul>\
<p>Your existing Filecabinet item will remain in-tact, a new delivery will be sent to compliance for review. To view the compliance status of your new delivery item, go to Select & Send / Custom Deliveries / Compliance Status.</p>\
</td></tr><tr>\
<td height="5" align="center" style="background-color: #dddddd; border-right: 1px solid #888888;"><input type="submit" class="bold" value="Make Basic Changes" onClick="editRetain_02(); window.close()"></td>\
<td align="center" style="background-color: #cccccc;"><input type="submit" class="bold" value="Edit Custom Content" onClick="editSubmit_02(); window.close()"></td>\
</tr><tr>\
<td height="5" align="center" style="color: #bb1100; font-weight: bold; background-color: #dddddd; border-right: 1px solid #888888;">\
NO ADDITIONAL APPROVAL REQUIRED</td>\
<td align="center" style="color: #bb1100; font-weight: bold; background-color: #cccccc;">\
MUST RE-SUBMIT TO COMPLIANCE</td>\
</tr><tr>\
<td height="5" align="center" style="color: #bb1100; font-weight: bold; background-color: #dddddd; border-right: 1px solid #888888;">\
&nbsp;</td>\
<td align="center" style="color: #bb1100; font-weight: bold; background-color: #cccccc;">\
&nbsp;</td>\
</tr></table>\
</body></html>')
}

function edit_custom_03()
{
var OpenWindow=window.open("", "", "scrollbars=no,resizable=yes,height=400,width=600");
OpenWindow.document.write('<html><head>\
<link href="styles_p.css" rel="stylesheet" type="text/css">\
<script src="scripts_p.js" type="text/javascript"></script>\
</head><body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0" class="confirm">\
<table width="100%" height="100%" cellpadding="10" cellspacing="0" border="0">\
<tr><td colspan="2" height="5" style="border-bottom: 1px solid #333333; font-weight: bold;">\
<table cellpadding="3" cellspacing="0" border="0"><tr><td class="bold" style="font-size: 15px;">\
WARNING:\
</td><td style="vertical-align:bottom;" class="bold">\
This content element is compliance approved. You have two options. \
</td></tr></table>\
</td></tr><tr>\
<td width="50%" style="background-color: #dddddd; border-right: 1px solid #888888;">\
<p class="bold">OPTION 1 <br>Change classification</p> \
<ul>\
   <li>Change assigned categories</li> \
   <li>Add/Remove categories</li> \
   <li>Add/remove assigned index terms</li> \
</ul>\
</td><td width="50%" style="background-color: #cccccc;">\
<p class="bold">OPTION 2 <br>Change content and Submit</p> \
<ul>\
   <li>Change name</li> \
   <li>Change description</li> \
   <li>Change file or link</li> \
   <li>Change icon</li> \
   <li>Change library assignments</li> \
</ul>\
<p>Your existing element will remain in-tact and approved, and a new element will be copied from the original.  When you have finished editing the element you must submit to compliance for review.</p>\
</td></tr><tr>\
<td height="5" align="center" style="background-color: #dddddd; border-right: 1px solid #888888;"><input type="submit" class="bold" value="Edit Classification" onClick="editelement_01(); window.close()"></td>\
<td align="center" style="background-color: #cccccc;"><input type="submit" class="bold" value="Edit  Content" onClick="editelement_02(); window.close()"></td>\
</tr><tr>\
<td height="5" align="center" style="color: #bb1100; font-weight: bold; background-color: #dddddd; border-right: 1px solid #888888;">\
NO ADDITIONAL APPROVAL REQUIRED</td>\
<td align="center" style="color: #bb1100; font-weight: bold; background-color: #cccccc;">\
MUST RE-SUBMIT TO COMPLIANCE</td>\
</tr><tr>\
<td height="5" align="center" style="color: #bb1100; font-weight: bold; background-color: #dddddd; border-right: 1px solid #888888;">\
&nbsp;</td>\
<td align="center" style="color: #bb1100; font-weight: bold; background-color: #cccccc;">\
&nbsp;</td>\
</tr></table>\
</body></html>')
}
