﻿function mailpopup(url) 
{
	newwindow=window.open(url,'mailFriends','height=400,width=350,toolbar=0,scrollbars=0,statusbar=0,menubar=0,resizable=0');
	if (window.focus) {newwindow.focus()}
	return false;
}

function updateParent(parentID, imageID) {
    opener.document.getElementById(parentID).value = imageID;
    self.close();
    return false;
}

function openwindow(url)
{
    newwindow = window.open(url, 'SlideShow', 'height=533,width=800,toolbar=0,scrollbars=0,statusbar=0,menubar=0,resizable=0');
    if (window.focus) { newwindow.focus() }
    return false;
}
