﻿function launchflashplayer(videofile,recid)
{
    window.open("FlashPlayer.aspx?VideoFile="+videofile+"&RecID="+recid,"_blank","height=700px,width=920px,status=no,resizable=no");
}

function viewimage(imagefile,recid)
{
    window.open("ViewImage.aspx?ImageFile="+imagefile+"&RecID="+recid,"_blank","height=700px,width=920px,status=no,resizable=no");
}

function registernow()
{
    window.open("Register.aspx","_blank","height=700px,width=920px,status=no,resizable=no");
}

function referafriend()
{
    window.open("ReferAFriend.aspx","_blank","height=700px,width=920px,status=no,resizable=no");
}

function deletePic(recid)
{
    MotoTrails_Oz.LocationDetail.deletePic(recid,deletePic_callback)
}

function deletePic_callback(response)
{
    alert('deleted');
}
