 function newAddWindow(str, address, id)
{ 	
	iconWin = window.open("GalleryPopup.aspx?address=" + address + id + "&Image=" + str,"imagedetail","toolbar=no,menubar=no,statusbar=no,scrollbars=no ,resizable=0,height=570,width=600");
	iconWin.focus()
} 

function newsPopupWindow(str, address, id)
{  
	iconWin = window.open("NewsImagePopup.aspx?address=" + address + id + "&Image=" + str,"imagedetail","left=674,top=0,toolbar=no,menubar=no,statusbar=no,scrollbars=no ,resizable=0,height=500,width=350");
	iconWin.focus()
	 
} 
function newHelpWindowVendor()
{
	iconWin = window.open("Help.aspx#vendor","Help","toolbar=no,menubar=no,statusbar=no,scrollbars=yes ,resizable=0,height=800,width=600");
	iconWin.focus()
}

function newHelpWindowObjects()
{
	iconWin = window.open("Help.aspx#objects","Help","toolbar=no,menubar=no,statusbar=no,scrollbars=yes ,resizable=0,height=800,width=600");
	iconWin.focus()
}

function newHelpWindowProfile()
{
	iconWin = window.open("Help.aspx#profiles","Help","toolbar=no,menubar=no,statusbar=no,scrollbars=yes ,resizable=0,height=800,width=600");
	iconWin.focus()
}


//why could this be here?
//http://hali.icowip.co.uk/Help.aspx#objects
function TCWindow()
{
	iconWin = window.open("GalleryTerms.aspx","tc","toolbar=no,menubar=no,statusbar=no,scrollbars=yes ,resizable=0,height=560,width=500");
	iconWin.focus()
}

function TCWindow2()
{
	iconWin = window.open("Terms.aspx","tc","toolbar=no,menubar=no,statusbar=no,scrollbars=yes ,resizable=0,height=560,width=500");
	iconWin.focus()
}

function BecomeVendorWindow()
{
	iconWin = window.open("BecomeVendor.htm","bv","toolbar=no,menubar=no,statusbar=no,scrollbars=no ,resizable=0,height=470,width=400");
	iconWin.focus()
}

function MoreInformationWindow()
{
	iconWin = window.open("MoreInformation.htm","mi","toolbar=no,menubar=no,statusbar=no,scrollbars=no ,resizable=0,height=400,width=400");
	iconWin.focus()
}
