/**
 * @version		$Id: zj_tender.js 1 2009-11-21 05:31:15 PM Pham Minh Tuan $
 * @copyright	Copyright (C) 2008 - 2009 by Zerosoft. All rights reserved.
 * @license		Commercial license.
 * This file may not be redistributed in whole or significant part.
 */

function d(link) {
	window.location.href = link;
	parent.closePopup();
}

function closePopup() {
	if ($('sbox-window')) {
		$('sbox-window').close();
	}
}
