// JavaScript Document
function subWin(url, x, y, bln, blnScrBar) {
	var subWin = window.open(url,'','width=' + x + ',height=' + y + ',scrollbars=' + blnScrBar + ',top=100,left=100,resizable=' + bln + ',menubar=' + bln + ',toolbar=' + bln + ',status=' + bln + ',location=' + bln);
}

function recover_pass() {
	subWin('https://www.secure-status.com/recover_pass.php?loc=1', 450, 410, 0, 0);
}