﻿// Copyright Copyright Zerone Consulting Private Limited
//
// All rights are reserved. Reproduction or transmission in whole or in part, 
// in any form or by any means, electronic, mechanical or otherwise, is
// prohibited without the prior written consent of the copyright owner.
//
// Filename        : SimientLiveMap.js
// Purpose         : 
// Creation Date   : 24/9/2008
// Author          : Raji.R
//
// Change History  :
// Changed by      :              
// Date            : 
// Purpose         :
//

/**
* <Raji.R>
* <24/9/2008>
* <Function to Open a Look up Window>
**/
function fnOpenLookUp(urlValue)
{       
  window.open(urlValue,"SimientLiveMap","width=950,height=850," +
    " status=1,scrollbars=1,maximize=1"); 
  return false;
}

function fnOpenLookUpWindowB() {
    window.open("http://bingmaps.com.au/index.aspx?action=location&location=139%20charlotte%20street%20brisbane%20qld%20australia", "SimientLiveMap", "width=950,height=950," +
    " status=1,scrollbars=1,resizable=yes,maximize=1");
    return false;
}

function fnOpenLookUpWindowD() {
    window.open("http://bingmaps.com.au/index.aspx?action=location&location=18%20-%2020%20Cavenagh%20Street%20Darwin%20NT%200801", "SimientLiveMap", "width=950,height=950," +
    " status=1,scrollbars=1,resizable=yes,maximize=1");
    return false;
}

function fnOpenLookUpWindowSy(urlValue) {
    window.open("http://bingmaps.com.au/index.aspx?action=location&location=%20802%20Pacific%20Hwy%2C%20%20Gordon%20NSW%202072%2C%20%20australia", "SimientLiveMap", "width=950,height=950," +
    " status=1,scrollbars=1,resizable=yes,maximize=1");
    return false;
}

function fnOpenLookUpDarwin(urlValue) {
    window.open(urlValue, "DarwinLiveMap", "width=950,height=850," +
    " status=1,scrollbars=1,maximize=1");
    return false;
}