|
|
| About site: Marketing and Advertising/Direct Marketing - Mailnet Services, Inc. |
Return to Business |
| About site: http://www.mailnetexpress.com |
Title: Marketing and Advertising/Direct Marketing - Mailnet Services, Inc. Provides tools needed for campaigns using direct mail, email, and fax communications. |
|
|
|
|
Marketing_Decisions,_Inc_ Provides marketing programs to the vacation ownership industry through direct mail, telemarketing, hard premiums and wholesale vacation certificates. [more]
| Marketing_Information_Network For direct marketing list brokers and managers searching mailing lists. [more]
| Master_Marketing_Specialist_Inc_ Direct mail advertising services. [more]
| Meyer_Direct_Inc_ Experience creating successful direct response campaigns in the financial, entertainment, hotel, consumer products, telecommunications and high tech industries. [more]
| Milano_List_Service_S_r_l_ Commercial addresses broker for direct marketing, including telemarketing, also offering data entry and database management services, and telephone number research. [more]
| Moving_Targets Specializes in personal letters, and personalized gift certificates to recent home movers. [more]
|
|
| Alexa statistic for http://www.mailnetexpress.com |
|
| Related sites for http://www.mailnetexpress.com |
| Navigator_Responsive_Advertising Creating advertising and direct marketing. | | New_Age_Marketing_Inc_ Direct marketing to students. | | Nordis_Direct Offers letter shop, database management, mailing list and graphic design services. | | NuOs_Corporation Marketing lists with focused targeting data including phone, fax, mailing and email addresses. | | O\'Brien_Professional_Services Advertising programs including newspaper insert, mailers and design. | | Outsource_Marketing Develops and directs rapid response marketing teams to help businesses seize opportunities. | | Parker_Molyneux UK firm specialized in the provision of direct marketing services including database management, data processing, direct mail, laser printing, fulfillment, campaign management and web site design. | | Postmark,_Inc_ Direct mail services, mailing lists, design, production, document preparation, and bulk mailing. | | The_Premier_Company Full service direct marketing capabilities from concept, printing, binding and mail processing and fulfillment to post office delivery. | | Printovation Offers assistance in developing direct mail marketing programs. | | PushButton_Software Specializes in direct mail data processing and database management. Also offers range of direct mail services, from text-setting and lasering, to enclosing. | | Red_Clay_Media Specializes in creating prospect lists using customer analysis, segmentation and response modeling techniques. | | Response_Media_Products,_Inc_ Marketing results through direct marketing, interactive marketing and alternative media. | | Results_Direct_Marketing Full service direct marketing. | | SHC_Direct,_LLC A consumer-marketing agency, delivering performance based strategies. | | Silicon_Valley_Direct,_Inc_ Offering complete solutions for marketing and distribution needs that include complete web-based inquiry and bulk fulfillment, custom hand assembly, database management and direct mailing. | | Stiel_Direct_LLC Integrated direct marketing solutions. | | Student_Marketing_Group,_Inc_ A full service direct marketing agency for businesses targeting the youth, student, and young adult market. | | Target_and_Response,_Inc_ Performance-based direct response agency specializing in lead generation advertising through radio and the internet. | | Valeur_Marketing Direct mail promotion. | | Vertis Marketing strategy, advertising solutions, and consulting. Locations throughout the United States and France. | | Walker_and_Company,_Inc_ Direct response marketing and advertising. | | Warren_Direct Provides direct reponse marketing, advertising, consulting and production services. | | Watt_Solutions,_Inc_ Ontario, Canada firm supplying full service advance database marketing, in-house printing, letter shop and fulfillment services. | | Western_Shores Database and internet marketing agency. Provides email mailing list and direct marketing mailing list services. | | William-Neil_List_Management Cabela's list management offers a list brokerage, direct mail, list rental,and package insert program. | | Work_Place_Print Customized full service permission based direct marketing services include database development, print production, customer service, fulfillment and measurement. | | Yeck_Brothers_Company Direct marketing by mail and related media. | | Zed_Marketing_Group direct mail advertising agency. | | Topix_net__Direct_Marketing News about direct marketing, collected from various sources on the web. [RSS] | | AAI_Development_Services Provides clinical research management for the healthcare industry. See lists of services, locations, and upcoming trade shows. | | ABC_Labs A contract research organization providing analytical services to pharmaceutical companies. | | Advanced_Biologics Full-service, therapeutically-focused CRO conducting phase I-IV trials for the pharmaceutical and biotechnology industries. | | Advanced_Clinical_Research A progressive Clinical Trials Management Organization committed to providing superior service and quality data collection to the medical community. | | Algorithme_Pharma Operates two independent clinics in Canada for pharmacokinetic, bioequivalence, and pharmacology studies. An analytical laboratory offers clinical sample analysis. | | Allied_Clinical_Research Group of scientific and medical professionals providing clinical research services to pharmaceutical and biotechnology industries. | | Alquest,_Inc_ Full-service contract research organization offering regulatory, clinical, reimbursement and compliance services to the medical device and biologic industries. | | Amarex_Clinical_Research Offers a full array of services to the pharmaceutical, biotech, medical device and medical diagnostic development industries. Services include phase I through IV development planning, protocol develo | | Arkios_BioDevelopment_International Strategic planning, clinical trial design and management, monitoring, and regulatory affairs services for emerging technologies in the drug, biopharmaceutical, and medical device industry. | | ARS,_Inc_ A specialty CRO focusing exclusively in monitoring clinical trials. Provides project teams as well as individual monitors for client directed projects. |
|
This is businessgiftdepot.com cache of m/ as retrieved on 2008.10.08 businessgiftdepot.com's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
|
// Frame buster method. This code snippet makes sure that
// we do NOT allow the site to be trapped in frames. It
// forces the page to the top level of any framesets.
// This is due to the fact that cookies cannot be properly read
// if the site is contained within a frame set on another site.
if (parent.frames.length > 0) {
parent.location.href = self.document.location
} // End Framebuster.
if (document.layers) document.captureEvents(Event.MOUSEMOVE);
if (!document.all) document.onmousemove=mouseTrack;
var mpX, mpY;
function mouseTrack(e) {
if (document.all) {
//mpX = event.clientX + document.body.scrollLeft + 10;
//mpY = event.clientY + document.body.scrollTop + 20;
}
else {
mpX = e.pageX + 10;
mpY = e.pageY + 20;
}
}
var popped = 'null';
function showdiv(id) {
// check if it's a valid element
if(document.getElementById(id)) {
// position div where the mouse pointer is
if (document.all) {
document.getElementById(id).style.left = event.clientX + document.body.scrollLeft + 10;
document.getElementById(id).style.top = event.clientY + document.body.scrollTop + 20;
}
else {
document.getElementById(id).style.left = mpX;
document.getElementById(id).style.top = mpY;
}
// and make it visible
document.getElementById(id).style.visibility='visible';
}
popped = id;
}
function hidediv(id) {
if(document.getElementById(id)) {
document.getElementById(id).style.visibility='hidden';
}
}
function hideall() {
if(document.getElementById(popped)) {
document.getElementById(popped).style.visibility='hidden';
}
}
MailnetExpress
//DAM System functions
//rob hardin, november 2005
function OpenURL(url) { window.location=url; }
function newLibrary() {
n= prompt("New library name:", " ");
window.document.location.href= 'newLibrary.aspx?n=' + n;
}
function newCategory(lid) {
n= prompt("New category name:", " ");
window.document.location.href= 'newCategory.aspx?lid=' + lid + '&n=' + n;
}
function newSubCategory(pid) {
n= prompt("New category name:", " ");
window.document.location.href= 'newSubCategory.aspx?pid=' + pid + '&n=' + n;
}
function editLibrary(lid) {
n= prompt("Enter the name you wish to change this library to:", " ");
window.document.location.href= 'editLibrary.aspx?lid=' + lid + '&n=' + n;
}
function editCategory(cid) {
n= prompt("Enter the name you wish to change this category to:", " ");
window.document.location.href= 'editCategory.aspx?cid=' + cid + '&n=' + n;
}
function deleteCategory(cid) {
window.document.location.href= 'deleteCategory.aspx?cid=' + cid;
}
function deleteLibrary(lid) {
window.document.location.href= 'deleteLibrary.aspx?lid=' + lid;
}
function GSMailNav() {
window.document.location.href = 'http://www.gstprograms.com/gsmdotnet/login.aspx?autousername=&requestid=0';
}
function NordyneMaytagNav() {
window.document.location.href = 'http://www.nordyne.com/MailNet/Redirection.asp?UserID=';
}
function PartnerReturnLink() {
window.document.location.href = '';
}
if (document.layers) document.captureEvents(Event.MOUSEMOVE);
if (!document.all) document.onmousemove=mouseTrack;
var mpX, mpY;
function mouseTrack(e) {
if (document.all) {
//mpX = event.clientX + document.body.scrollLeft + 10;
//mpY = event.clientY + document.body.scrollTop + 20;
}
else {
mpX = e.pageX + 10;
mpY = e.pageY + 20;
}
}
var popped = 'null';
function showdiv(id) {
// check if it's a valid element
if(document.getElementById(id)) {
// position div where the mouse pointer is
if (document.all) {
document.getElementById(id).style.left = event.clientX + document.body.scrollLeft + 10;
document.getElementById(id).style.top = event.clientY + document.body.scrollTop + 20;
}
else {
document.getElementById(id).style.left = mpX;
document.getElementById(id).style.top = mpY;
}
// and make it visible
document.getElementById(id).style.visibility='visible';
}
popped = id;
}
function hidediv(id) {
if(document.getElementById(id)) {
document.getElementById(id).style.visibility='hidden';
}
}
function hideall() {
if(document.getElementById(popped)) {
document.getElementById(popped).style.visibility='hidden';
}
}
.HeaderOptionsText { FONT-WEIGHT: bold; COLOR: #000099; FONT-FAMILY: Arial, 'Comic Sans MS', 'Courier New'; BACKGROUND-COLOR: #ffa901; TEXT-DECORATION: none }
.RequiredOptionsText { FONT-SIZE: 12px; COLOR: #000099; FONT-FAMILY: Arial, 'Comic Sans MS', 'Courier New'; TEXT-DECORATION: none }
LI { FONT-SIZE: 12px; COLOR: #000099; FONT-FAMILY: Arial, 'Comic Sans MS', 'Courier New'; TEXT-DECORATION: none }
.FooterOptionsText { FONT-WEIGHT: bold; COLOR: red; FONT-FAMILY: Arial, 'Comic Sans MS', 'Courier New'; TEXT-DECORATION: none }
Creative Management
Direct Mail Management
Features & Benefits
List Management/List Rental
Postal Management
Integration
Private Label
Security
Vendor Routing
Workflow
Creative Services
Direct Mail
Email & Fax
List Cleaning
Online List Rental
Management Team
Case Studies
Contact Us
FAQs
Investors
Jobs
News
Legal Policies
Partners & Affiliates
Testimonials
Customer Service
Email Us
Visit Us
Privacy Policy
Terms Of Service
Terms Of Use
// Event handlers ---------------------------------------------------------------------------------
// Positions the subgroup for the given item, and initiates its expansion
function aspnm_itemMsOver(item, subGroup, expandDirection, horAdj, verAdj, expandDelay, effect)
{
var newLeft = 0;
var newTop = 0;
var oItem = document.all[item];
var oSubGroup = document.all[subGroup];
if (aspnm_curItem != item)
{
aspnm_curItem = item;
if (aspnm_mac && oItem.tagName=="TABLE")
oItem = oItem.parentElement;
switch (expandDirection)
{
case 'belowleft':
newLeft = aspnm_pageX(oItem);
if (newLeft + oSubGroup.offsetWidth > window.document.body.clientWidth)
newLeft = aspnm_pageX(oItem) + oItem.offsetWidth - oSubGroup.offsetWidth;
newTop = aspnm_pageY(oItem) + oItem.offsetHeight;
break;
case 'belowright':
newLeft = aspnm_pageX(oItem) + oItem.offsetWidth - oSubGroup.offsetWidth;
newTop = aspnm_pageY(oItem) + oItem.offsetHeight;
break;
case 'aboveleft':
newLeft = aspnm_pageX(oItem);
newTop = aspnm_pageY(oItem) - oSubGroup.offsetHeight;
break;
case 'aboveright':
newLeft = aspnm_pageX(oItem) + oItem.offsetWidth - oSubGroup.offsetWidth;
newTop = aspnm_pageY(oItem) - oSubGroup.offsetHeight;
break;
case 'rightdown':
newLeft = aspnm_pageX(oItem) + oItem.offsetWidth;
if (newLeft + oSubGroup.offsetWidth > window.document.body.clientWidth)
newLeft = aspnm_pageX(oItem) - oSubGroup.offsetWidth;
newTop = aspnm_pageY(oItem);
if (newTop + oSubGroup.offsetHeight > window.document.body.clientHeight)
newTop = aspnm_pageY(oItem) - oSubGroup.offsetHeight + oItem.offsetHeight;
break;
case 'rightup':
newLeft = aspnm_pageX(oItem) + oItem.offsetWidth;
newTop = aspnm_pageY(oItem) - oSubGroup.offsetHeight + oItem.offsetHeight;
break;
case 'leftdown':
newLeft = aspnm_pageX(oItem) - oSubGroup.offsetWidth;
newTop = aspnm_pageY(oItem);
break;
case 'leftup':
newLeft = aspnm_pageX(oItem) - oSubGroup.offsetWidth;
newTop = aspnm_pageY(oItem) - oSubGroup.offsetHeight + oItem.offsetHeight;
break;
default:
newLeft = aspnm_pageX(oItem) + oItem.offsetWidth;
newTop = aspnm_pageY(oItem);
break;
}
newLeft += horAdj;
newTop += verAdj;
if (newTop < 0)
newTop = 0;
if (newLeft < 0)
newLeft = 0;
oSubGroup.style.left = newLeft + 'px';
oSubGroup.style.top = newTop + 'px';
aspnm_startExpand(subGroup, expandDelay, effect);
}
}
// If the mouse pointer is not over the given item or its subGroup,
// this function initiates the collapse of the subGroup.
function aspnm_itemMsOut(item, group, subGroup, expandDelay, effect)
{
if ((!(aspnm_isMouseOnObject(item))) && subGroup)
if (!(aspnm_isMouseOnObject(subGroup)))
{
aspnm_curItem = '';
aspnm_startCollapse(subGroup, expandDelay, effect);
}
}
// This event handler is only called on expandable groups. If collapseAll is pending, it sets the
// global variable aspnm_restoredGroup to the given group, so that the group and its parent groups
// are not collapsed. It also stops the collapse if it has been issued for this group.
function aspnm_groupMsOver(group)
{
if (aspnm_collapsingAll) aspnm_restoredGroup = group;
if (aspnm_collapsingGroup == group)
{
aspnm_stopCollapse();
aspnm_stopExpand();
}
}
// If the mouse pointer is on the given group, its subGroup, or its parent item this function
// does nothing. If the pointer is over the parent group, but outside the parent item, then it
// initiates the collapse of itself and its subGroup (if any).
// Otherwise, the pointer is outside the menu structure and it initiates the collapse of all
// expanded objects.
function aspnm_groupMsOut(group, parentItem, parentGroup, expandDelay, effect)
{
if (!(aspnm_isMouseOnObject(group)))
{
aspnm_curItem = '';
var subGroup = aspnm_expandedObjects[aspnm_expandCount];
if (subGroup == group) subGroup = null;
if (parentItem == null && parentGroup == null && !(aspnm_isMouseOnObject(group)))
aspnm_startCollapseAll(expandDelay, effect);
else if (aspnm_isMouseOnObject(group) || aspnm_isMouseOnObject(subGroup) || aspnm_isMouseOnObject(parentItem))
; // do nothing
else if (aspnm_isMouseOnObject(parentGroup))
{
aspnm_startCollapse(group, expandDelay, effect);
aspnm_startCollapse(subGroup, expandDelay, effect);
}
else
aspnm_startCollapseAll(expandDelay, effect);
}
}
// Expand/collapse timer functinos ----------------------------------------------------------------
// Initiates the expand of the given group.
function aspnm_startExpand(group, interval, effect)
{
if (group == aspnm_collapsingGroup) aspnm_stopCollapse();
if (group != aspnm_expandingGroup) aspnm_stopExpand();
aspnm_restoredGroup = group;
aspnm_expandingGroup = group;
if (group) group += '.id';
if (effect) effect = "'" + effect + "'";
aspnm_expandTimerID = setTimeout('aspnm_expand(' + group + ', ' + effect + ')', interval);
}
// Initiates the collapse of the given group.
function aspnm_startCollapse(group, interval, effect)
{
if (group == aspnm_expandingGroup) aspnm_stopExpand();
if (group)
if (document.all[group].style.visibility == 'visible')
{
aspnm_collapsingGroup = group;
group += '.id';
if (effect) effect = "'" + effect + "'";
aspnm_collapseTimerID = setTimeout('aspnm_collapse(' + group + ', ' + effect + ')', interval);
}
}
// Initiates the collapse of all expanded objects.
function aspnm_startCollapseAll(interval, effect)
{
aspnm_stopCollapse();
aspnm_stopExpand();
aspnm_stopCollapseAll();
aspnm_collapsingAll = true;
if (effect)
{
effect = "'" + effect + "'";
aspnm_collapseAllTimerID = setTimeout('aspnm_collapseAll(' + effect + ')', interval);
}
else
aspnm_collapseAllTimerID = setTimeout('aspnm_collapseAll(null)', interval);
}
// Stops the expand of the currently expanding group.
function aspnm_stopExpand()
{
clearTimeout(aspnm_expandTimerID);
aspnm_expandingGroup = '';
}
// Stops the collapse of the currently collapsing group.
function aspnm_stopCollapse()
{
clearTimeout(aspnm_collapseTimerID);
aspnm_collapsingGroup = '';
}
// Stops the collapse of all currently expanding objects.
function aspnm_stopCollapseAll()
{
clearTimeout(aspnm_collapseAllTimerID);
aspnm_restoredGroup = '';
}
// Core functions ---------------------------------------------------------------------------------
// Expands the given menu group
function aspnm_expand(group, effect)
{
if (document.all[group].style.visibility != 'visible')
{
aspnm_hideSelectElements(group);
aspnm_showOverlay(document.all[group]);
if (effect)
{
document.all[group].style.filter = effect;
document.all[group].filters[0].Apply();
}
document.all[group].style.visibility = 'visible';
aspnm_makeDropShadow(group);
if (effect) document.all[group].filters[0].Play();
aspnm_expandCount++;
aspnm_expandedObjects[aspnm_expandCount] = group;
}
}
// Collapses the given menu group
function aspnm_collapse(group, effect)
{
if (group)
{
if (document.all[group].style.visibility != 'hidden')
{
if (effect)
{
document.all[group].style.filter = effect;
document.all[group].filters[0].Apply();
}
document.all[group].style.visibility = 'hidden';
if (effect) document.all[group].filters[0].Play();
if (aspnm_expandedObjects[aspnm_expandCount] != group)
for (var i=0; i= 1; i--)
{
if (aspnm_expandedObjects[i] == aspnm_restoredGroup) break;
if (effect)
{
document.all[aspnm_expandedObjects[i]].style.filter = effect;
document.all[aspnm_expandedObjects[i]].filters[0].Apply();
}
document.all[aspnm_expandedObjects[i]].style.visibility = 'hidden';
aspnm_hideOverlay(document.all[aspnm_expandedObjects[i]]);
aspnm_clearDropShadow(aspnm_expandedObjects[i]);
if (effect) document.all[aspnm_expandedObjects[i]].filters[0].Play();
}
aspnm_collapsingAll = false;
aspnm_expandCount = i;
aspnm_restoredGroup = '';
if (!(aspnm_contextUp) && aspnm_expandCount == 0)
aspnm_restoreSelectElements();
}
// Hides all menu groups prior to calling ClientSideOnClick event handler
function aspnm_hideAllGroups()
{
aspnm_curItem = '';
aspnm_restoredGroup = '';
aspnm_collapseAll(null);
}
// Utilities --------------------------------------------------------------------------------------
// Updates menu item class, left icon, and right icon
function aspnm_updateCell(Element, NewClassName, LeftImage, LeftImageSrc, RightImage, RightImageSrc, direction)
{
if (direction == 'out' && aspnm_isMouseOnObject(Element))
;
else
{
if (Element != null & NewClassName != '') document.all[Element].className = NewClassName;
if (LeftImage != null && LeftImageSrc != '') document.images[LeftImage].src = LeftImageSrc;
if (RightImage != null && RightImageSrc != '') document.images[RightImage].src = RightImageSrc;
}
}
// Determines whether the mouse pointer is currently over the given object
function aspnm_isMouseOnObject(objName)
{
if (objName)
{
var obj = document.all[objName];
if (aspnm_mac && obj.tagName=="TABLE" && obj.parentElement.tagName=="TD")
obj = obj.parentElement;
var objLeft = aspnm_pageX(obj) - window.document.body.scrollLeft + 1;
var objTop = aspnm_pageY(obj) - window.document.body.scrollTop + 1;
var objRight = objLeft + obj.offsetWidth - 1;
var objBottom = objTop + obj.offsetHeight - 1;
var ex = (aspnm_mac) ? event.x+2 : event.x;
var ey = (aspnm_mac) ? event.y+2 : event.y;
if ((ex > objLeft) && (ex < objRight) &&
(ey > objTop) && (ey < objBottom))
return true;
else
return false;
}
else
return false;
}
// Calculates the absolute page x coordinate of any element
function aspnm_pageX(o)
{
return ( aspnm_mac ? aspnm_macX(o) : aspnm_winX(o) );
}
// Calculates the absolute page x coordinate of given element for Windows clients
function aspnm_winX(o)
{
var x = 0;
while (o != document.body)
{
x += o.offsetLeft;
o = o.offsetParent;
}
return x;
}
// Calculates the absolute page x coordinate of given element for Mac clients
function aspnm_macX(o)
{
var x = 0;
while (o.offsetParent != document.body)
{
if ((o.tagName=="TABLE") && (o.offsetParent.tagName=="TD"))
x += o.clientLeft;
else
x += o.offsetLeft;
o = o.offsetParent;
}
x += (o.offsetLeft + aspnm_pgMrgX());
return x;
}
// Returns the body's left margin in pixels
function aspnm_pgMrgX()
{
if (!aspnm_marginX)
{
if (!document.all["aspnm_pgMrgMsr"])
aspnm_createPgMrgMsr();
aspnm_marginX = -document.all["aspnm_pgMrgMsr"].offsetLeft;
}
return aspnm_marginX;
}
// Calculates the absolute page y coordinate of any element
function aspnm_pageY(o)
{
return ( aspnm_mac ? aspnm_macY(o) : aspnm_winY(o) );
}
// Calculates the absolute page y coordinate of given element for Windows clients
function aspnm_winY(o)
{
var y = 0;
while (o != document.body)
{
y += o.offsetTop;
o = o.offsetParent;
}
return y;
}
// Calculates the absolute page y coordinate of given element for Mac clients
function aspnm_macY(o)
{
var y = 0;
while (o.offsetParent != document.body)
{
if ((o.tagName=="TABLE") && (o.offsetParent.tagName=="TD"))
y += o.clientTop;
else
y += (o.tagName!="TD") ? o.offsetTop : o.parentElement.offsetTop;
o = o.offsetParent;
}
y += (o.offsetTop + aspnm_pgMrgY());
return y;
}
// Returns the body's top margin in pixels
function aspnm_pgMrgY()
{
if (!aspnm_marginY)
{
if (!document.all["aspnm_pgMrgMsr"])
aspnm_createPgMrgMsr();
aspnm_marginY = -document.all["aspnm_pgMrgMsr"].offsetTop;
}
return aspnm_marginY;
}
// Creates the hidden element necessary to measure the body's margins
function aspnm_createPgMrgMsr()
{
document.body.insertAdjacentHTML('beforeEnd',
'*');
}
// Hides HTML select elements that are overlapping the given menu group
function aspnm_hideSelectElements(group)
{
if (aspnm_hideSelectElems && document.getElementsByTagName)
{
var arrElements = document.getElementsByTagName('select');
for (var i = 0; i < arrElements.length; i++)
if (aspnm_objectsOverlapping(document.all[group], arrElements[i]))
arrElements[i].style.visibility = 'hidden';
}
}
// Restores all HTML select elements on the page
function aspnm_restoreSelectElements()
{
if (aspnm_hideSelectElems && document.getElementsByTagName)
{
var arrElements = document.getElementsByTagName('select');
for (var i = 0; i < arrElements.length; i++)
arrElements[i].style.visibility = 'visible';
}
}
// Shows a windowed control overlay for the given group
function aspnm_showOverlay(group)
{
if (!aspnm_overlayWindowed) return;
var overid = group.id + "_over";
if (!document.all[overid])
document.body.insertAdjacentHTML("beforeEnd","");
if (document.all[overid])
{
var overs = document.all[overid].style;
overs.top = group.style.top;
overs.left = group.style.left;
overs.width = group.offsetWidth + (aspnm_shadowEnabled ? aspnm_shadowOffest : 0);
overs.height = group.offsetHeight + (aspnm_shadowEnabled ? aspnm_shadowOffest : 0);
overs.filter = 'progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0)';
overs.display = 'block';
}
}
// Hides a windowed control overlay for the given group
function aspnm_hideOverlay(group)
{
if (!aspnm_overlayWindowed) return;
var overid = group.id + "_over";
if (document.all[overid])
document.all[overid].style.display = 'none';
}
// Whether the given objects are overlapping
function aspnm_objectsOverlapping(obj1, obj2)
{
var result = true;
var obj1Left = aspnm_pageX(obj1) - window.document.body.scrollLeft;
var obj1Top = aspnm_pageY(obj1) - window.document.body.scrollTop;
var obj1Right = obj1Left + obj1.offsetWidth;
var obj1Bottom = obj1Top + obj1.offsetHeight;
var obj2Left = aspnm_pageX(obj2) - window.document.body.scrollLeft;
var obj2Top = aspnm_pageY(obj2) - window.document.body.scrollTop;
var obj2Right = obj2Left + obj2.offsetWidth;
var obj2Bottom = obj2Top + obj2.offsetHeight;
if (obj1Right = obj2Bottom)
result = false;
return result;
}
// Creates a drop shadow for an object
function aspnm_makeDropShadow(objName)
{
if (aspnm_shadowEnabled)
{
aspnm_shadows[objName] = new Array();
for (var i = aspnm_shadowOffest; i > 0; i--)
{
var obj = document.all[objName];
var rect = document.createElement('div');
var rs = rect.style
rs.position = 'absolute';
rs.left = (obj.style.posLeft + i) + 'px';
rs.top = (obj.style.posTop + i) + 'px';
rs.width = obj.offsetWidth + 'px';
rs.height = obj.offsetHeight + 'px';
rs.zIndex = obj.style.zIndex - i;
rs.backgroundColor = aspnm_shadowColor;
var opacity = 1 - i / (i + 1);
rs.filter = 'alpha(opacity=' + (100 * opacity) + ')';
obj.insertAdjacentElement('afterEnd', rect);
aspnm_shadows[objName][aspnm_shadows[objName].length] = rect;
}
}
}
// Clears the drop shadow for the given object
function aspnm_clearDropShadow(objName)
{
if (aspnm_shadowEnabled)
{
var curShadow;
for (var i = 0; i < aspnm_shadows[objName].length; i++)
{
curShadow = aspnm_shadows[objName][i];
curShadow.style.filter = 'alpha(opacity=0)';
curShadow.removeNode(true);
}
}
}
// Positions the menu based on the alignment, offsetX, and offsetY properties
function aspnm_positionMenu(menu, alignment, offsetX, offsetY)
{
var scrlLeft = 0;
var scrlTop = 0;
var clientW = window.document.body.clientWidth;
var clientH = window.document.body.clientHeight;
var menuWidth = menu.offsetWidth;
var menuHeight = menu.offsetHeight;
var newLeft = 0;
var newTop = 0;
switch (alignment)
{
case 'topleft':
newLeft = scrlLeft;
newTop = scrlTop;
break;
case 'topmiddle':
newLeft = (clientW - menuWidth) / 2 + scrlLeft;
newTop = scrlTop;
break;
case 'topright':
newLeft = clientW + scrlLeft - menuWidth;
newTop = scrlTop;
break;
case 'bottomleft':
newLeft = scrlLeft;
newTop = clientH + scrlTop - menuHeight;
break;
case 'bottommiddle':
newLeft = (clientW - menuWidth) / 2 + scrlLeft;
newTop = clientH + scrlTop - menuHeight;
break;
case 'bottomright':
newLeft = clientW + scrlLeft - menuWidth;
newTop = clientH + scrlTop - menuHeight;
break;
default:
newLeft = clientW + scrlLeft;
newTop = clientH + scrlTop;
break;
}
newLeft += offsetX;
newTop += offsetY;
menu.style.left = newLeft;
menu.style.top = newTop;
}
// ASP.NET Menu global variables ------------------------------------------------------------------
var aspnm_expandedObjects = new Array(); // array of expanded groups
var aspnm_expandCount = 0; // expanded group count
var aspnm_expandTimerID = 0; // timer for the current expanding group
var aspnm_collapseTimerID = 0; // timer for the current collapsing group
var aspnm_collapseAllTimerID = 0; // timer for collapseAll
var aspnm_expandingGroup = ''; // current expanding group name
var aspnm_collapsingGroup = ''; // current collapsing group name
var aspnm_restoredGroup = ''; // group that got focus after collapseAll has been called
var aspnm_collapsingAll = false; // whether the collapseAll command is pending
var aspnm_curItem = ''; // current menu item
var aspnm_hideSelectElems = true; // whether to hide HTML select elements
var aspnm_overlayWindowed = false; // whether to overlay windowed controls
var aspnm_shadows = new Array(); // used to hold shadow rectangles
var aspnm_shadowEnabled = false; // whether shadow is enabled
var aspnm_shadowColor = '#777777'; // shadow color
var aspnm_shadowOffest = 4; // shadow offset
var aspnm_contextUp = false; // whether a context menu is up
var aspnm_mac = false; // whether the client is a Mac IE
var aspnm_marginX = false; // Left page margin in pixels (only matters on Macs)
var aspnm_marginY = false; // Top page margin in pixels (only matters on Macs)
Email:
Password:
Create Account
Forgot Password?
Automotive
Beverage Distributors
Boat
Direct Marketing Managers
Financial
Franchise
Golf
Healthcare
HVAC
Insurance
RP1162
Supermarket/CPG
Campaign Management
List Management
Direct Mail Management
Creative Management
List Rental
Copyright © 2008
Mailnet Services, Inc.





|
|
| |
Provides | tools | needed | for | campaigns | using | direct | mail, | email, | and | fax | communications. | |
http://www.mailnetexpress.com
Mailnet Services, Inc. 2008 October
dvd rental
dvd
Provides tools needed for campaigns using direct mail, email, and fax communications.
Rules
|
© 2005 Internet Explorer 5+ or Netscape 6+
|
|
Recommended Sites: 1.
Arts -
Business -
Computers -
Games -
Health -
Home -
Kids and Teens -
News -
Recreation -
Reference -
Regional -
Science -
Shopping -
Society -
Sports -
World
Miss Gallery
- Top Anime Hentai
- DVD rental by mail
- Mortgages - Internet Advertising - Loan - Remortgages - Just Holden Commodores
|