//These are functions for opening new windows throughout the site.

function requestInfo(){

window.open('../forms/requestInfo.php','RequestInfo','width=475,height=600,resizable=no,menubar=no,scrollbars=no');

}

function subfreeTrial(){

window.open('../forms/free-trial.php','trial','width=475,height=600,resizable=no,menubar=no,scrollbars=no');

}

function subscheduleDemo(){

window.open('../forms/schedule-demo.php','demo','width=315,height=450,resizable=no,menubar=no,scrollbars=no');

}
function freeTrial(){

window.open('forms/free-trial.php','trial','width=475,height=600,resizable=no,menubar=no,scrollbars=no');

}

function scheduleDemo(){

window.open('forms/schedule-demo.php','demo','width=315,height=450,resizable=no,menubar=no,scrollbars=no');

}

function secureLogin(){

 window.open('secureLogin.cfm','secureLogin','width=400,height=250,left=250,top=250,resizable=no,menubar=no,scrollbars=no');

}

function contactInfo(){

window.open('../buildstar-technologies/contactInfo.php','ContactInfo','width=475,height=408,resizable=no,menubar=no,scrollbars=no');

}

function maincontactInfo(){

window.open('buildstar-technologies/contactInfo.php','ContactInfo','width=475,height=408,resizable=no,menubar=no,scrollbars=no');

}


function budgetSummary()

 {

 window.open('../images/screens/budgetSummaryBig.jpg','Scope','width=620,height=450,resizable=no,');

 }

function budgetActuals()

 {

 window.open('../images/screens/budgetActualsBig.jpg','Questionnaire','width=620,height=450,resizable=no,');

 }

function newwindow2()

 {

 window.open('../images/screens/requestChangeBig.jpg','request','width=620,height=450,resizable=no,');

 }

 function newwindow()

 {

 window.open('../images/screens/changeOrderSummaryBig.jpg','COSummary','width=617,height=394,resizable=no,');

 }

function expense()

 {

 window.open('../images/screens/expenseRecordsBig.jpg','expense','width=620,height=450,resizable=no,');

 }

function documentList()

 {

 window.open('../images/screens/documentListBig.gif','Scope','width=620,height=450,resizable=no,');

 }

function documentView()

 {

 window.open('../images/screens//documentViewBig.gif','Questionnaire','width=620,height=450,resizable=no,');

 }

function scopeOfJob()

 {

 window.open('../images/screens/scopeOfJobBig.jpg','Scope','width=620,height=450,resizable=no,');

 }

function questionnaire()

 {

 window.open('../images/screens/questionnaireBig.jpg','Questionnaire','width=620,height=450,resizable=no,');

 }

function invitations()

 {

 window.open('../images/screens/genBidRequestBig.jpg','Invitations','width=620,height=450,resizable=no,');

 }

function bidStatus()

 {

 window.open('../images/screens/bidStatusBig.jpg','Status','width=620,height=450,resizable=no,');

 }

function bidHistory()

 {

 window.open('../images/screens/subHistoryBig.jpg','Status','width=620,height=450,resizable=no,');

 }

function photoList()

 {

 window.open('../images/screens/photoListBig.gif','photoList','width=620,height=450,resizable=no,');

 }

function weeklyTimeline()

 {

 window.open('../images/screens/weeklyTimeBig.jpg','jav','width=620,height=450,resizable=no,');

 }

function editTaskItem()

 {

 window.open('../images/screens/editTaskItemBig.jpg','TaskItem','width=620,height=450,resizable=no,');

 }

function openQuickBooksSync()

 {

 window.open('../images/screens/quickBooksSyncScreenBig.gif','QuickBooks','width=620,height=450,resizable=no,');

 }

//Closes window

function winClose(){

window.close()
}

