function validatePhone(pn) { if(pn.length == 0) return false; var parts = pn.split( /\s*[\-\.\,\s]\s*/ ); var temp = parts.join(""); var test = [4, 3, 3, 1]; var retval = true; var testcnt = 0; for(var i = parts.length - 1; i >=0; i--) { if(parts[i].length > 0) { if(parts[i].length != test[testcnt]) { retval = false; break; } testcnt++; } } if(retval) { if(isNaN(+temp)) { retval = false; } } return retval; } function validateEmail(s) { var valid = false; var tld = {"com" : 1,"net" : 1,"org" : 1,"us" : 1,"info" : 1,"biz" : 1,"ws" : 1,"nu" : 1}; var parts = s.split("@"); if(parts[1]) { var lparts = parts[1].split("."); if(tld[lparts[1]]) valid=true; } return valid; } function sbroll(ref, state) { with(ref.style) { borderStyle = state == 1 ? "inset" : "outset"; backgroundColor = state == 1 ? "#eeeeee" : "transparent"; color = state == 1 ? "black" : "#555555"; } } function showNotify(sub) /* subject */ { var screenwidth = window.screen.availWidth; var screenheight = window.screen.availHeight; var imageWidth = 350; var imageHeight = 150; // image size = 374 var leftpos = screenwidth/2 - imageWidth/2; var toppos = 120; var _width = "width=" + imageWidth + ","; var _height = "height=" + imageHeight + ","; var _scroll = "scrollbars=no,status=no,resizable=no,"; var _posLeft= "screenX=" + leftpos + ",left=" + leftpos + ","; var _posTop = "screenY=" + toppos + ",top=" + toppos ; var url = "notify/notify.htm?" + sub; var w = window.open( url,"notify",_width + _height + _scroll + _posLeft + _posTop); w.focus(); return false; } function handleInfoForm(fname) /* formname */ { // bypass notify popup -- // send to forward.php // show thanku var f = /*document.getElementById("the_text").*/document[fname]; var form = {personalinfo: "websitepackages", searchengineinfo: "searchengines", affiliates: "joinaffiliates"}; var set = []; for(var i = 0; i < f.elements.length; i++) { if(f.elements[i].type == "text") set[set.length] = f.elements[i].name; } // the "real" form should have the same named fields as these temp forms var str = ""; for(var i = 0; i < set.length; i++) { document[form[fname]][set[i]].value = f[set[i]].value; switch(set[i]) { case "Name": if(f.Name.value.length == 0) { alert("Please give us your name"); f.Name.focus(); f.Name.select(); return false; } break; case "email": if(!validateEmail(f.email.value)) { alert("Please provide a valid email address"); f.email.focus(); f.email.select(); return false; } case "phone": /* not required if(!validatePhone(f.phone.value)) { alert("Please provide a valid email address"); f.phone.focus(); f.phone.select(); } */ break; } } f = document[form[f.name]]; var query = ""; var omit = "submit,reset,button"; for (var i = 0; i < f.elements.length; i++) { if(omit.indexOf(f.elements[i].type.toLowerCase()) == -1 ) query += f.elements[i].name + "=" + f.elements[i].value + "&"; //(i < f.elements.length - 2 ? "&" : ""); } query = query.substring(0, query.length - 1); var img = new Image(); img.src = "notify/forward.php?" + query; if(fname == "personalinfo") package_pick = -1; f.reset(); displayThankU(); return false; } function testSet(rb) { if(!rb.state) rb.state = true; else rb.state = false; rb.checked=rb.state; } function displayThankU() { document.getElementById("the_text").innerHTML = _servicePage['tu']; currentWPage = 0; document.getElementById("buttons").style.visibility = "hidden"; // document.websitepackages.reset(); return false; } var _servicePage = []; var title = macos ? 'You are being judged by your web presence.' : ''; _servicePage['wp0'] = "" + "" + title + "" + "

Whether it’s esthetics or site navigation, our design team realizes that the “look”" + " or layout of a web site is only half the battle. In order to complete the package successfully, " + "equal attention must be given to the sites functionality. " + "This will ensure a final product that is pleasing to the eye, and most importantly “user–friendly.” " + "

" + "Allow us to modiphy your business, giving it the edge it needs to compete on local, " + "as well as international levels.


" + "If you are interesting in obtaining our web site packages and services,
please click the next button.
"; // title = macos ? 'How may we assist you?' : ''; _servicePage['wp1'] = "" + "" + title + "" + "
" + "

" + "" + "" + (macos ? " " : "") + "design of a new web site" + "
" + "" + "" + (macos ? " " : "") + "upgrade of an existing site" + "
" + "" + "" + (macos ? " " : "") + "design and develop a new logo
" + "
"; title = macos ? 'Our packages.' : ''; _servicePage['wp2'] = "" + "" + title + "" + "

" + "

" + " " + " low-end: " + " description  
" + " " + " standard: " + " description  
" + " " + " professional: " + " description  " + "
" + "
"; title = macos ? 'Final Step.' : ''; _servicePage['wp3'] = "" + title + "" + "

" + "
" + "

" + " *your name: " + "
" + " company name: " + "
" + " *email address: " + "
" + " phone number: " + "
" + " " + "submit
" + "

"; title = macos ? 'Thank you.' : ''; _servicePage['tu'] = "" + title + "" + "

" + "
" + "Thank you for your interest.
" + "— a member of our staff will contact you as soon as possible.

"; title = macos ? 'Let us handle it.' : ''; _servicePage['ho'] = "" + "" + title + "" + "

The hosting or “housing” expression pertains to the storing of files and information that " + "assembles a web site. Modiphy inc. is prepared to handle all of your hosting needs. " + "Our plans have a wide range of options giving you exactly the tools needed to " + "accommodate your visitors’ concerns. We offer two payment plans, " + "giving you the option of settling fees on monthly or annual bases. " + "

" + "     ] annual fee: $220
" + "     ] monthly fee: $20


" + "Please click here " + "to acquire more information on our hosting options." + "
"; title = macos ? 'Impress your clients.' : ''; _servicePage['op'] = "" + "" + title + "" + "

Impress your clients with our online promotional tools. Our team specializes in graphic " + "presentation and visual communications. Let us showcase your business and highlight your " + "strengths... Separate yourself from your competition.


" + "Visit the link below to view an example " + "or click here to learn more.

" + "

" + "– view example

"; title = macos ? 'Get listed.' : ''; _servicePage['se'] = "" + "" + title + "" + "

" + "In order to fully accommodate all of our web site clients, Modiphy has partnered with " + "Kinghits specializing in the art of web site optimization and search engine " + "placement. To learn more information please complete the follow form and will you be " + "contacted by a representative shortly.

" + "
" + " *name: " + "
" + " *email: " + "
" + " phone: " + "
" + " " + "submit
"; title = macos ? 'Make your mark.' : ''; _servicePage['ld'] = "" + "" + title + "" + "

" + //"logo design
blah blah blah blah blah"; "Does your logo present a clear, concise image of your company?

" + "

How does this image compare to the competition?

" + "

It is imperative that every business find a symbol that not only reflects the " + "quality of service, but also their level of professionalism. A good symbol defines " + "your identity and communicates your company’s image to the public, whether being: " + "professional, serious-minded, excited, comical, dedicated, youthful, or poised. " + "Bottom line, a solid logo should work visually and conceptually as the backbone of " + "your entire graphic identity.

To obtain more information on our logo development " + "click here." + "

"; title = macos ? 'What separates the competition?' : ''; _servicePage['id'] = "" + "" + title + "" + "

" + //"identity
blah blah blah blah blah"; "Identity [i'den·ti·tE] n. a visual or mental perception distinguishing ones " + "character or personality. [1]

" + "It is the impression – first and lasting – that your logo, color schemes, " + "and promotional material present to potential clients. By enhancing your " + "corporate image, you can increase the visibility of your company, stand out " + "among the thousands of business cards, and web sites your potential clients " + "view and receive. This essential process all begins with the design and " + "development of your logo.

" + "To obtain more information on our complete identity " + "package click here." + "

"; title = macos ? 'Design counts.' : ''; _servicePage['pm'] = "" + "" + title + "" + "

" + //"print media
blah blah blah blah blah"; "Along with a solid web presence, it is important to maintain a consistent professional " + "image. From business card and stationary design to brochures and ad campaigns, we are more " + "than capable of giving you a unique look that will enhance the presentation of your company. " + "Modiphy teams with some the elite and renowned printing companies in order to deliver the " + "best possible solution for your specific needs. Please visit our gallery link above to view " + "our showcased projects.

To obtain more information on our print services click " + "here." + "

"; _servicePage['cd'] = "cd covers
blah blah blah blah blah"; title = macos ? 'Add a dimension.' : ''; _servicePage['wb'] = "" + "" + title + "" + "

" + "The team at modiphy understands the importance of accuracy when it comes to graphic " + "presentation. We can turn your featured products to life. Whether its anatomy, industry, " + "education, or prototypes, our animators can make it happen." + "


" + "To obtain more information about our 3D modeling services click here." + "
click to preview
" + "
"; title = macos ? 'Are you high concept?' : ''; _servicePage['sw'] = "" + "" + title + "" + "

" + "We invite you to explore the latest developments in visual communication. " + "It’s time to join the elite group of businesses
who have taken corporate " + "identity to the next level. A well
developed character " + "can revolutionize your methods of promotion.
" + "Stand apart from your competitors. " + "

" + "To obtain more information about our character development click here." + "
click to preview
" + "
"; title = macos ? 'Get moving.' : ''; _servicePage['mg'] = "" + title + "" + "

" + "Broadband has numbered the days of static web pages. Assist and entertain your visitors with an " + "easy to navigate, visually stimulating,
and memorable site. " + "We have the expertise and tools to bring
your pages to life.

" + "To obtain more information about our motion graphics services click " + "here.

" + "

click to preview
" "

"; _servicePage['pres'] = ""; title = macos ? 'Affiliate plan.' : ''; _servicePage['a1'] = "" + title + "" + //"the program
blah blah blah blah blah"; "

We would like to invite your business to partner with us and enjoy the benefits of our affiliate " + "program. Our team has a great deal to offer those who understand the importance of a solid presentation " + "and appreciates professional design.

To obtain more information about our affiliate program click " + "here.

"; title = macos ? 'Roster.' : ''; _servicePage['a2'] = "" + title + "" + //"our members
blah blah blah blah blah"; "

" + "Kinghits
" + "
Pelican Pictures
" + "
HostChart
" + "
Moran Printing
" + "
Bourque Printing
" + "
Netshapers
" + "
Cajun Networks
" + "
Jozef
" + "
J Johnson Design
" + "
Baker Printing

"; title = macos ? 'Get with the program.' : ''; _servicePage['a3'] = "" + title + "" + //"join us
blah blah blah blah blah"; "


" + "

" + " *name: " + "
" + " *email: " + "
" + " phone: " + "
" + " area of expertise: " + "
" + " " + "
submit
" + "

";