/*
 *
 *		Yalla.co.il
 *
 *		All rights reserved.
 *
 */


// תגובות

function addComment (page,id,storeId)
{
	var newWin = window.open('./addComment.php?storeid=' + storeId + '&tbl=' + page + '&id=' + id, 'addComment', 'menubar=0,resizable=0,scrollbars=1,top=100,left=200,width=500,height=400');
}

// שלח לחבר

function send2f (page,id,storeId)
{
	var newWin = window.open('./send2f.php?storeid=' + storeId + '&tbl=' + page + '&id=' + id, 'send2f', 'menubar=0,resizable=0,scrollbars=1,top=100,left=200,width=500,height=400');
}

// גירסה להדפסה

function printVersion (page,id,storeId,pType)
{
	var newWin = window.open('./printVersion.php?storeid=' + storeId + '&tbl=' + page + '&id=' + id + '&pType=' + pType, 'printVersion', 'menubar=0,resizable=0,scrollbars=1,top=100,left=200,width=600,height=500');
}

// שכחתי סיסמא

function forgotPass (yallaUrl,storeId)
{
	var newWin = window.open(yallaUrl + '/?view=forgotpass&disableHeader=true&storeid=' + storeId, 'forgotPass', 'menubar=0,resizable=0,scrollbars=1,top=100,left=200,width=400,height=300');
}

// מכרזים

function michrazim (yallaUrl,storeId,userId,price,esroni,productId)
{
	var newWin = window.open(yallaUrl + '/ssl/michrazim.php?storeid=' + storeId + '&userId=' + userId + '&productId=' + productId + '&price=' + price + '&esroni=' + esroni, 'michrazim', 'menubar=0,resizable=0,scrollbars=1,top=100,left=200,width=500,height=350');
}

function michrazimPacks (yallaUrl,frmId)
{
	var newWin = window.open(yallaUrl + '/ssl/michrazim.packs.php', 'michrazimPacks', 'menubar=0,resizable=0,scrollbars=1,top=100,left=200,width=500,height=500');
	document.getElementById(frmId).submit();
	newWin.focus();
}

function openMifrat (storeId,productId)
{
	var newWin = window.open('mifrat.php?storeid=' + storeId + '&productId=' + productId, 'mifrat', 'menubar=0,resizable=0,scrollbars=1,top=100,left=200,width=500,height=350');
}