﻿// JScript File

// popup link


function displayLargePhoto(event,current_photo) {
    
    var leftPos=0;
	var topPos=0;
	if(screen)
	{
	leftPos=(screen.width-1100)/2;
	
	topPos=(screen.height-950)/2;
	}
	
    var settings = 'toolbar=no,location=no,directories=no,no,menubar=no,copyhistory=yes,top=' + topPos +',left=' + leftPos +',scrollbars=yes,resizable=no,width=1100,height=850;titlebar=no,status=no';
    nw = window.open(current_photo,'photo',settings);    
    
    nw.document.write("<ol style=\"color:gray;font-size:smaller;\"><span style=\"color:black;font-size:small;margin-left:-22px;\" >To download on your computer :</span>");
    nw.document.write("<li>Right click on the image.</li>");
    nw.document.write("<li>Select the Save As... option from the pull down menu that appears. </li>");
    nw.document.write("<li>Choose the destination file where you want to save the image. </li>");
    nw.document.write("<li>Click Save and the image will begin to download to the chosen location. </li>");
    nw.document.write("<li>Right click on the saved image and select 'Set as background' to put it on your desktop.</li>");
    nw.document.write("</ol>");
    nw.document.write("<img src=\""+current_photo+"\"></img>");
    
}


function displayWormManhattanChart(event,current_photo) {
    
    var leftPos=0;
	var topPos=0;
	if(screen)
	{
		leftPos=(screen.width/2)-375;
	
		topPos=(screen.height/2)-250;
	}
	
    var settings = 'toolbar=no,location=no,directories=no,no,menubar=no,scrollbars=yes,resizable=no,width=860,height=400;titlebar=no,status=no';
    window.open(current_photo,'photo',settings);
    
}



function displayCricketChart(event,current) {
    
    var leftPos=0;
	var topPos=0;
	if(screen)
	{
		leftPos=(screen.width/2)-375;
	
		topPos=(screen.height/2)-250;
	}
	
    var settings = 'toolbar=no,location=no,directories=no,no,menubar=no,scrollbars=no,resizable=no,width=250,height=315;status=no,border=no';
    window.open(current,'WagonWheel',settings);
    
}

function displayMiniScoreCard(event,current) {
    
    var leftPos=0;
	var topPos=0;
	if(screen)
	{
		leftPos=(screen.width/2)-375;
	
		topPos=(screen.height/2)-250;
	}
	
    var settings = 'toolbar=no,location=no,directories=no,no,menubar=no,scrollbars=no,resizable=no,width=460,height=300;titlebar=no,status=no,border=no';
    window.open(current,'MiniScoreCard',settings);
    
}


function displayDetailOfMiniScoreCard(event,current) {
    var settings = 'left=0,top=0,toolbar=yes,menubar=yes,scrollbars=yes,location=yes,resizable=yes,width=1000, height=900, titlebar=yes,status=yes,border=no';
    window.open(current,'MiniScorecardDisplay',settings);
    
}

function displaySeriesGroupScore(event,current)
{    
    var leftPos=0;
	var topPos=0;
	if(screen)
	{
		leftPos=(screen.width/2)-375;
	
		topPos=(screen.height/2)-250;
	}	
    var settings = 'toolbar=no,location=no,directories=no,no,menubar=no,scrollbars=yes,resizable=no,width=400,height=650;titlebar=no,status=no,border=no';
    window.open(current,'LiveGroupScoreCard',settings);
    
}
