﻿// JScript 文件

function $D(id)
{
    return document.getElementById(id);
}

function $C_DIV(id,css)
{
    var x = document.createElement("DIV");
    x.id = id;
    x.className = css;
    return x;
}
function displayOpenNewWindow()
{
    ShipWindow=window.open('','ShipTime','height=482,width=848,resizable=yes,top=100,left=100');
    var htmlcontent = ShipWindow.document;
    htmlcontent.write('<html>');
    htmlcontent.write('<head><title>Father\'s Day Delivery Deadlines</title></head>');
    htmlcontent.write('<body>');
    htmlcontent.write('<table style="font-family:Verdana;font-size:12px;">');
    
    htmlcontent.write('<tr><td colspan="2"><strong>Father\'s Day Delivery Deadlines</strong><br/><br/></td></tr>');
    htmlcontent.write('<tr><td rowspan="30" style="vertical-align:top" width="188px;" ><img src="http://www5.mydavinci.com/art/DS216287/myDaVinci/DaVinci-Sketch.jpg" />&nbsp;&nbsp;&nbsp;&nbsp;</td><td>To ensure Father\'s Day Delivery, we need to receive your order and photos by the following dates:</td></tr>');
//    htmlcontent.write('<tr><td><strong style="font-size:14px;">1.</strong><strong style="font-size:12px"> All <a href="/Gift/Art-My-Way.html" target="_blank" style="color:blue;text-decoration:underline;cursor:pointer;">Art My Way</a>, <a href="/Gift/Celebrity-Art.html" target="_blank" style="color:blue;text-decoration:underline;cursor:pointer;">Celebrity Art</a> , <a href="/PHOTO-STUDIO.html" target="_blank" style="color:blue;text-decoration:underline;cursor:pointer;">Photo Studio</a> series</strong></td></tr>');
//    htmlcontent.write('<tr><td><div style="margin-left:20px;"> With Standard Shipping: June 13<br>With Expedited Shipping ($19.95): June 14</div><br></td></tr>');
//    
      
    htmlcontent.write('<tr><td><strong style="font-size:14px;">1.</strong><strong style="font-size:12px"> For <a href="/Personalized-Art/HandDrawn/Pencil-Sketch.html" target="_blank" style="color:blue;text-decoration:underline;cursor:pointer;">Pencil Sketch</a> , <a href="/Personalized-Art/HandDrawn/Ink-Rendering.html" target="_blank" style="color:blue;text-decoration:underline;cursor:pointer;">Ink Rendering</a> , <a href="/Personalized-Art/HandDrawn/DaVinci-Sketch.html" target="_blank" style="color:blue;text-decoration:underline;cursor:pointer;">DaVinci Sketch</a> , <a href="/Personalized-Art/HandDrawn/Watercolor.html" target="_blank" style="color:blue;text-decoration:underline;cursor:pointer;">Watercolor</a> and <a href="/Personalized-Art/HandDrawn/Color-Pencil.html" target="_blank" style="color:blue;text-decoration:underline;cursor:pointer;">Color Pencil</a></strong></td></tr>');
    htmlcontent.write('<tr><td><div style="margin-left:20px;"> You can still view and print a <a href=\'http://www5.mydavinci.com/ChristmasCart.aspx?AID=Sample2009\' target=\'_blank\'>Portrait Preview</a> for FATHER\'S day by ordering today. </div></td></tr>');
    htmlcontent.write('<tr><td><strong style="font-size:14px;">2.</strong><strong style="font-size:12px"> All</strong><strong><u><a href="/Gift/Modern.html" target="_blank"> Modern </a></u></strong><strong style="font-size:12px">and <a href="/For-Fun.html" target="_blank" style="color:blue;text-decoration:underline;cursor:pointer;">For Fun </a>“Photo to Art” styles (including <a href="/Gift/Pop-Art.html" target="_blank" style="color:blue;text-decoration:underline;cursor:pointer;">Pop Art </a>, etc.):</strong></td></tr>');
    htmlcontent.write('<tr><td><div style="margin-left:20px;">You can still view and print a <a href=\'http://www5.mydavinci.com/ChristmasCart.aspx?AID=Sample2009\' target=\'_blank\'>Portrait Preview</a> for FATHER\'S day by ordering today. </div></td></tr>');
    htmlcontent.write('<tr><td><div style="margin-left:20px;"></div></td></tr>'); 
    htmlcontent.write('<tr><td>* For Continental US shipping addresses only.<br /></td></tr>');
	htmlcontent.write('<tr><td>* For Framed Artwork, the deadline is 2 business days earlier than the above dates.<br /></td></tr>');
	htmlcontent.write('<tr><td>* Assume prompt responses to the artwork preview emails.<br /></td></tr>');
	htmlcontent.write('<tr><td>* Modifications may delay delivery.<br /></td></tr>');
	htmlcontent.write('<tr><td>* Clear and useable photos are required. <br /></td></tr>');
    
    htmlcontent.write('</table>');
    htmlcontent.write('</body></html>');
    htmlcontent.close();
}
