﻿// JScript File

function popupEUgrants()
{
        popup=window.open('http://www.eugrants.org','','toolbar=1,location=1,directories=yes,status=yes,menubar=yes,scrollbars=1,resizable=yes,modal=yes,titlebar=yes,');
        popup.moveTo(0,0);
 }
 
 
function popupContacts()
{
        popup=window.open('Contact.aspx','','toolbar=1,location=1,directories=yes,status=yes,menubar=yes,scrollbars=1,resizable=yes,modal=yes,titlebar=yes,');
        popup.moveTo(0,0);
 }
 