﻿//****************************************************************************************
//  Module      :   InfosoftVMap.js
//  Developer   :   Alexander Bell
//  Version     :   1.01
//  Last Mod    :   03/24/09
//  Description :   Script File to generate Map with static paramenter
//****************************************************************************************
//  Copyright (C) 2009 Infosoft International Inc
//****************************************************************************************
// Usage: 
// 1. Ref to 
//  <script type = "text/javascript" src="http://dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.2"></script>
// 2. Ref to <script type = "text/javascript" src = "js/InfosoftVMap.js" ></script>
//****************************************************************************************
// DISCLAIMER: This Application is provide on AS IS basis without any warranty
//****************************************************************************************
    function DrawMap()
    {            
        // Empire State Building
        var _lt = '40.748472';
        var _ln = '-73.98571';
        
        var _title= "<div style = text-align:center; ><hr />Add virtual Map to your website!<hr /><a href = '_RESOURCES/Geocoder.aspx' >See it working in Full-Size Mode!</a><hr /></div>";
        var _desc = "<div style = text-align:center; >Ask for our custom solutions, taylor-made for your needs!<br /><br />100% American, 100% New York!<br /><hr /><ul style='margin-left:20px'><li>Proudly Made in USA</li><li>NO Lead contamination (joke:)</li><li>Near-Zero Carbon footprint!</li><li>Environmentally-friendly</li><li>User-friendly, too</li><li>Plus-sizes available, though:</li><li>Typically one size fits all</li><ul></div><div style = 'margin-left:0; text-align:center'><hr /><br /><img src = Images/ImgMap/Bell_DC.jpg /><br /><br /><hr /><a href= 'mailto:info@jobrica.com?subject=RE:Map'><b>Email</b> our lead consultant for details</a><hr /></div>";
        GetMap(_lt, _ln, '11', true, false, true, _title, _desc );
    }
    window.onload=DrawMap;    
// ************************************************************************************
