﻿// JScript File

function ShowShockwave(sw1,sw2,sw3,sw4,sw5,sw6)
{
document.write('<OBJECT classid="clsid:233C1507-6A77-46A4-9443-F871F945D258" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=11,0,0,0" WIDTH=100% HEIGHT=100% VIEWASTEXT>')
document.write('<param name=src value="'+sw1+'">')
document.write('<param name=sw1 value="'+sw1+'">')
document.write('<param name=sw2 value="'+sw2+'">')
document.write('<param name=sw3 value="'+sw3+'">')
document.write('<param name=sw4 value="'+sw4+'">')
document.write('<param name=sw5 value="'+sw5+'">')
document.write('<param name=sw6 value="'+sw6+'">')
document.write('<param name=PlayerVersion value=11>')
document.write('<param name=swStretchStyle value=stage>')
document.write('<param name=swRemote value="swSaveEnabled=\'false\' swVolume=\'true\' swRestart=\'false\' swPausePlay=\'false\' swFastForward=\'false\' swContextMenu=\'true\'">')
document.write('<param name=bgColor value="#FFFFFF">')
document.write('<EMBED SRC="'+sw1+'" sw1="'+sw1+'" sw2="'+sw2+'" sw3="'+sw3+'" sw4="'+sw4+'" sw5="'+sw5+'" sw6="'+sw6+'" bgColor=#FFFFFF  WIDTH=100% HEIGHT=100% swRemote="swSaveEnabled=\'false\' swVolume=\'true\' swRestart=\'false\' swPausePlay=\'false\' swFastForward=\'false\' swContextMenu=\'true\' " swStretchStyle=stage TYPE="application/x-director" PlayerVersion=11 PLUGINSPAGE="http://www.macromedia.com/shockwave/download/">')
document.write('</EMBED>') 
document.write('</OBJECT>')
}

var popup_window

function openUpload(data)
{

 var centerWidth = (window.screen.width - 395)/ 2;
    var centerHeight = (window.screen.height - 150)/ 2;
popup_window = window.open('AllStarUpload.aspx' + data ,'uploadimage','resizable=0, width=' + 395+ 
        ',height=' + 150+ 
        ',left=' + centerWidth + 
        ',top=' + centerHeight)
}




