﻿function openProfile(email, pass) {
	newwindow=window.open('/Accounts/profile.aspx','Profile','height=400,width=550');
	if (window.focus) {newwindow.focus()}
	return false;
}
function openFinProfile(email, pass) {
	newwindow=window.open('/Accounts/profiilisi.aspx','Profile','height=400,width=550');
	if (window.focus) {newwindow.focus()}
	return false;
}